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.

A053748 Positions of 4's in the decimal expansion of Pi.

Original entry on oeis.org

3, 20, 24, 37, 58, 60, 61, 71, 88, 93, 105, 120, 126, 127, 146, 152, 158, 163, 183, 184, 189, 193, 202, 203, 218, 219, 224, 228, 252, 255, 263, 267, 272, 274, 279, 294, 297, 304, 322, 340, 349, 372, 377, 385, 387
Offset: 1

Views

Author

Simon Plouffe, Feb 20 2000

Keywords

Examples

			Pi starts off 3.141592653589793238462643383279502884197..., with 4s in the hundredths' (10^(-2)s') place, which is the third digit counting the 3 in the ones' place. Then there's another 4 at the 10^(-19)s' place, which is the twentieth digit counting the initial 3. [_Alonso del Arte_, Oct 07 2013]
		

Crossrefs

Programs

  • Mathematica
    Flatten[Position[RealDigits[Pi, 10, 1000][[1]], 4]] (* Vincenzo Librandi, Oct 07 2013 *)

Formula

a(n) = A037003(n) + 1. - Georg Fischer, May 31 2021