A169868 Positions of zeros in binary expansion of the reciprocal of the golden ratio (0.618...).
2, 3, 8, 9, 10, 13, 17, 22, 23, 26, 30, 31, 33, 41, 43, 44, 46, 48, 49, 55, 56, 57, 58, 59, 61, 63, 69, 70, 74, 75, 79, 80, 83, 84, 85, 86, 87, 88, 89, 92, 93, 94, 95, 96, 97, 99, 103, 104, 108, 111, 115, 116, 118, 119, 120, 121, 122, 125, 127, 128, 129, 130, 131, 133, 134, 135
Offset: 1
Keywords
Links
- T. D. Noe, Table of n, a(n) for n=1..1000
Programs
-
Mathematica
Position[RealDigits[1/GoldenRatio,2,150][[1]],0]//Flatten (* Harvey P. Dale, Aug 08 2017 *)