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.

A030999 Position of n-th 0 in A030998.

Original entry on oeis.org

0, 8, 22, 36, 50, 64, 78, 92, 93, 95, 98, 101, 104, 107, 110, 114, 135, 156, 177, 198, 219, 239, 240, 242, 245, 248, 251, 254, 257, 261, 282, 303, 324, 345, 366, 386, 387, 389, 392, 395, 398, 401, 404, 408, 429, 450, 471, 492, 513
Offset: 1

Views

Author

Keywords

Programs

  • Mathematica
    Rest[Flatten[Position[Flatten[IntegerDigits[#,7]&/@Range[0,200]], 0]]]-1 (* Harvey P. Dale, Oct 10 2011 *)

Extensions

Missing a(1)=0 inserted by Sean A. Irvine, Apr 10 2020