OFFSET
1,1
COMMENTS
Also: positions of 0's in the decimal expansion of sqrt(5)/2. - M. F. Hasler, Jan 17 2018
LINKS
M. F. Hasler, Table of n, a(n) for n = 1..1020 (all terms <= 10^4).
MATHEMATICA
Flatten[Position[RealDigits[(Sqrt[5]+1)/2, 10, 1000][[1]], 0]] (* Harvey P. Dale, Mar 04 2014 *)
PROG
(PARI) for(k=0, 999, sqrtint(125*100^k)%10||print1(k+2", ")) \\ M. F. Hasler, Jan 17 2018
CROSSREFS
KEYWORD
nonn,base
AUTHOR
Simon Plouffe, Feb 20 2000
STATUS
approved