login
A183529
An Ulam-type sequence: a(n) = n if n<=6; for n>6, a(n) = least number > a(n-1) which is a unique sum of 6 distinct earlier terms.
2
1, 2, 3, 4, 5, 6, 21, 36, 37, 38, 39, 40, 41, 51, 61, 66, 284, 285, 289, 290, 297, 298, 299, 310, 312, 559, 561, 562, 570, 571, 574, 575, 834, 836, 837, 838, 839, 840, 841, 849, 850, 1109, 1124, 1125, 1126, 1127, 1386, 1401, 1402, 1661, 1676, 1677, 1936, 1951
OFFSET
1,2
COMMENTS
An Ulam-type sequence - see A002858 for further information.
EXAMPLE
a(7) = 21 = 1 + ... + 6 = 6*7/2, because it is the least number >6 with a unique sum of 6 distinct earlier terms.
a(8) = 36 = 1 + ... + 5 + 21 = 6^2, because it is the least number >21 with a unique sum of 6 distinct earlier terms.
MAPLE
# see A183534 for programs.
CROSSREFS
Column k=6 of A183534.
Sequence in context: A123678 A208450 A037333 * A342999 A037404 A037440
KEYWORD
nonn
AUTHOR
STATUS
approved