OFFSET
0,1
COMMENTS
Also "Denominators for Fibonacci Binary Verticals viewed as Periodic Binary Fractions": The cycle of bit-n of Fibonacci numbers in binary is (3*(2^n)). Looking from top to bottom they can be viewed as non-finite periodic binary fractions, with each fraction computed as the n-th element of A036286 divided by the n-th element of A036287.
LINKS
Antti Karttunen, C program related to this sequence
MATHEMATICA
2^(3 2^Range[0, 10])-1 (* Harvey P. Dale, Jun 19 2011 *)
PROG
(PARI) A036287(n) = ((2^(3*(2^n))) - 1); \\ Antti Karttunen, Jan 14 2024
CROSSREFS
KEYWORD
nonn,frac
AUTHOR
STATUS
approved