cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A169868 Positions of zeros in binary expansion of the reciprocal of the golden ratio (0.618...).

Original entry on oeis.org

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

Views

Author

N. J. A. Sloane, Jul 04 2010

Keywords

Crossrefs

Programs

  • Mathematica
    Position[RealDigits[1/GoldenRatio,2,150][[1]],0]//Flatten (* Harvey P. Dale, Aug 08 2017 *)