OFFSET
1,1
COMMENTS
Differs from A004555 in the 2nd digit. - R. J. Mathar, Dec 15 2008
EXAMPLE
1.1001111000110111011110011011100101...
MATHEMATICA
RealDigits[ (1+Sqrt[5])/2, 2, 1000][[1]]
PROG
(PARI) concat(binary((1+sqrt(5))/2)) \\ Michel Marcus, Dec 14 2017
(PARI) a(n) = floor(quadgen(5)*2^(n-1))%2 \\ Chittaranjan Pardeshi, Feb 06 2023
CROSSREFS
KEYWORD
AUTHOR
Benoit Cloitre, Mar 09 2002
STATUS
approved