What is the recurrence relation for strictly increasing sequences from 1 to n?

Click For Summary

Homework Help Overview

The problem involves finding a recurrence relation for the number of strictly increasing sequences of positive integers that start with 1 and end with n, where n is a positive integer. The sequences must satisfy the condition that each term is less than the subsequent term.

Discussion Character

  • Exploratory, Assumption checking

Approaches and Questions Raised

  • The original poster attempts to express the recurrence relation in terms of previous terms, considering various steps and jumps in the sequences. Some participants question how increasing n affects the possible sequences and suggest exploring mappings between new and existing sequences.

Discussion Status

The discussion is ongoing, with participants exploring different aspects of the recurrence relation and how the addition of a new term (n + 1) influences the existing sequences. There is a recognition of the need to clarify the mapping of new sequences to those already possible.

Contextual Notes

Participants are considering the implications of increasing n and the constraints of strictly increasing sequences. There is uncertainty about the exact nature of the mapping and how to compute new combinations.

AUCTA
Messages
10
Reaction score
0

Homework Statement


Find a recurrence relation for the number of stricly increasing sequences of positive integers that have
1 as their first term and n as their last term, where n is a positive integer. that is, sequences a1, a2, ..., ak, where a1 = 1, ak = n, and aj < aj+1 for j = 1, 2, ...k - 1


Homework Equations



Just recurrences

The Attempt at a Solution



An = An-1 + An-2 + An-2 + An-3 + ... + An-k+ 1 since you j can equal 1, 2, 3, ... k - 1 and every step
allows for a recurrence for that given number of steps. I just do not think the solution can be made like that. I thought about something like writing every large jump in terms of single jumps but I am not sure.

Thanks in advance for your help
 
Physics news on Phys.org
If n is increased by 1, what sequences are possible that were not possible before? Can you think of a mapping between these and those that were already possible?
What sequences, if any, are no longer possible?
 
Any sequence including n + 1 is a new sequence.

For the mapping we can think about it like this :
Total = New + Old
Old = An-1 where n is effectively n + 1

I am not exactly sure on how to compute the number of new possible combinations
 
AUCTA said:
Any sequence including n + 1 is a new sequence.

For the mapping we can think about it like this :
No, that's not what I meant by a mapping. I mean a natural way of matching up new sequences with old ones.
 

Similar threads

  • · Replies 11 ·
Replies
11
Views
2K
Replies
2
Views
1K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 17 ·
Replies
17
Views
3K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 8 ·
Replies
8
Views
3K
  • · Replies 7 ·
Replies
7
Views
2K
  • · Replies 5 ·
Replies
5
Views
9K
  • · Replies 1 ·
Replies
1
Views
1K
  • · Replies 9 ·
Replies
9
Views
5K