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.

A134219 Positions of 19 after decimal point in decimal expansion of Pi.

Original entry on oeis.org

37, 168, 198, 246, 390, 417, 432, 495, 541, 704, 717, 843, 945, 975, 985, 997, 1047, 1166, 1227, 1237, 1345, 1384, 1427, 1535, 1618, 1641, 1733, 1881, 1915, 1944, 2054, 2128, 2821, 2856, 2872, 2897, 2902, 2905, 2918, 2944, 2960, 2997, 3030, 3166, 3337, 3358
Offset: 1

Views

Author

Artur Jasinski, Oct 14 2007

Keywords

Crossrefs

Programs

  • Mathematica
    Transpose[SequencePosition[RealDigits[Pi,10,10000][[1]],{1,9}]][[1]]-1 (* The program uses the SequencePosition function from Mathematica version 10 *) (* Harvey P. Dale, May 09 2016 *)