login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A268709
Number of iterations of A268395 needed to reach zero from 2^n: a(n) = A268708(2^n).
4
1, 1, 2, 3, 5, 9, 15, 25, 40, 75, 134, 246, 428, 802, 1453, 2643, 4587, 8851, 16849, 32368, 60503, 117343
OFFSET
0,3
FORMULA
a(n) = A268708(2^n).
PROG
(Scheme) (define (A268709 n) (A268708 (A000079 n)))
CROSSREFS
KEYWORD
nonn,more
AUTHOR
Antti Karttunen, Feb 11 2016
STATUS
approved