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”).

A372451
a(n) = A372449(1+n) - A372449(n).
3
3, 5, 11, 21, 40, 81, 161, 324, 647, 1293, 2587, 5172, 10346, 20691, 41380, 82761, 165521, 331045, 662088, 1324177, 2648354, 5296706, 10593414, 21186826, 42373653, 84747305, 169494608, 338989217, 677978434, 1355956869, 2711913737, 5423827472, 10847654948, 21695309895, 43390619792, 86781239585, 173562479173, 347124958345
OFFSET
0,1
COMMENTS
a(n) tells how many bits the length of the binary expansion grows when we go from A372444(n) to A372444(1+n).
LINKS
FORMULA
a(n) = A000523(A372444(1+n)) - A000523(A372444(n)).
PROG
(PARI) A372451(n) = (A372449(1+n)-A372449(n)); \\ Needs also code from A372449.
CROSSREFS
First differences of A372449.
Column 14 of A372356.
Sequence in context: A230097 A146787 A147243 * A192664 A122997 A146042
KEYWORD
nonn
AUTHOR
Antti Karttunen, May 05 2024
STATUS
approved