A328422 Number of paths from 2 to n via maps of the form x -> x + x^j, where j is a nonnegative integer.
1, 1, 2, 2, 4, 4, 6, 6, 9, 9, 14, 14, 18, 18, 24, 24, 31, 31, 42, 42, 51, 51, 65, 65, 79, 79, 97, 97, 118, 118, 142, 142, 167, 167, 198, 198, 229, 229, 271, 271, 317, 317, 368, 368, 419, 419, 484, 484, 549, 549, 628, 628, 707, 707, 808, 808, 905, 905, 1023
Offset: 2
Keywords
Examples
For n = 8 the a(8) = 6 paths are: 2 -> 3 -> 4 -> 5 -> 6 -> 7 -> 8 with j = [0,0,0,0,0,0] 2 -> 3 -> 4 -> 8 with j = [0,0,1] 2 -> 3 -> 6 -> 7 -> 8 with j = [0,1,0,0] 2 -> 4 -> 5 -> 6 -> 7 -> 8 with j = [1,0,0,0,0] 2 -> 4 -> 8 with j = [1,1] 2 -> 6 -> 7 -> 8 with j = [2,0,0]
Links
- Peter Kagey, Table of n, a(n) for n = 2..10000
Comments