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

A324477
k appears t+1 times, where t = A364377(k) is the number of trailing zeros in the greedy Jacobsthal representation of k, A265747(k).
4
1, 2, 3, 3, 4, 5, 5, 5, 6, 7, 8, 8, 9, 10, 10, 10, 11, 11, 11, 11, 12, 13, 14, 14, 15, 16, 16, 16, 17, 18, 19, 19, 20, 21, 21, 21, 21, 21, 22, 23, 24, 24, 25, 26, 26, 26, 27, 28, 29, 29, 30, 31, 31, 31, 32, 32, 32, 32, 33, 34, 35, 35, 36, 37, 37, 37, 38, 39, 40, 40
OFFSET
1,2
LINKS
Nathan Fox, Trees, Fibonacci Numbers, and Nested Recurrences, Rutgers University Experimental Math Seminar, Mar 07, 2019.
MATHEMATICA
Table[Table[k, {IntegerExponent[A265747[k], 10] + 1}], {k, 1, 40}] // Flatten (* Amiram Eldar, Jul 21 2023 using A265747[n] *)
CROSSREFS
A046699, A316628, A324473 and A324475 have similar definitions.
Sequence in context: A241151 A073092 A088023 * A287292 A260717 A282719
KEYWORD
nonn,base
AUTHOR
Nathan Fox and N. J. A. Sloane, Mar 09 2019
EXTENSIONS
More terms from Amiram Eldar, Jul 21 2023
STATUS
approved