A205591 a(1) = 1, a(n) = a(floor((2n-1)/3)) + a(floor(2n/3)) for n > 1.
1, 2, 3, 4, 6, 7, 8, 12, 13, 14, 16, 20, 24, 26, 27, 28, 32, 36, 40, 48, 50, 52, 54, 55, 56, 64, 68, 72, 80, 88, 96, 100, 102, 104, 108, 109, 110, 112, 120, 128, 136, 140, 144, 160, 168, 176, 192, 196, 200, 204, 206, 208, 216, 217, 218, 220, 222, 224, 240, 248, 256
Offset: 1
Links
- Joseph Myers, Table of n, a(n) for n = 1..1000
- 2011/12 British Mathematical Olympiad Round 2, Problem 2.
Comments