login
A276583
The infinite trunk of greedy squares beanstalk: The only infinite sequence such that a(n-1) = a(n) - number of squares that sum to a(n) with greedy algorithm (A053610).
9
0, 3, 6, 8, 11, 15, 18, 21, 24, 27, 32, 35, 38, 43, 48, 51, 56, 59, 63, 66, 71, 74, 78, 80, 83, 88, 91, 95, 99, 102, 107, 110, 114, 117, 120, 123, 128, 131, 135, 138, 143, 146, 151, 154, 158, 161, 164, 168, 171, 176, 179, 183, 186, 192, 195, 198, 203, 206, 210, 213, 219, 224, 227, 232, 235, 239, 242, 248, 251, 255
OFFSET
0,2
LINKS
FORMULA
a(n) = A276584(A276582(n)).
PROG
(Scheme) (define (A276583 n) (A276584 (A276582 n)))
CROSSREFS
Cf. A053610, A260740, A276582, A276584, A276585 (first differences).
Cf. also A179016, A259934, A276573, A276613, A276623 for similar constructions.
Sequence in context: A276573 A085197 A164910 * A135736 A036434 A298795
KEYWORD
nonn
AUTHOR
Antti Karttunen, Sep 07 2016
STATUS
approved