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.

User: Miles Galvin

Miles Galvin's wiki page.

Miles Galvin has authored 1 sequences.

A360004 Sequence of composite digits as they appear in Pi.

Original entry on oeis.org

4, 9, 6, 8, 9, 9, 8, 4, 6, 6, 4, 8, 9, 8, 8, 4, 9, 6, 9, 9, 9, 8, 9, 4, 9, 4, 4, 9, 8, 6, 4, 6, 8, 6, 8, 9, 9, 8, 6, 8, 4, 8, 4, 6, 9, 8, 4, 8, 8, 6, 8, 6, 6, 4, 9, 8, 4, 4, 6, 9, 8, 9, 4, 8, 8, 4, 8, 4, 8, 4, 9, 8, 9, 6, 4, 4, 6, 9, 4, 8, 9, 4, 9, 8, 9, 6, 4, 4, 8, 8, 9, 6, 6, 9, 4, 4, 6, 8, 4
Offset: 1

Author

Miles Galvin, Jan 21 2023

Keywords

Examples

			Pi = 3.14159265358... so we get 4, 9, 6, 8, ...
		

Crossrefs

Programs

  • Mathematica
    Select[First[RealDigits[N[Pi,225]]],CompositeQ] (* Stefano Spezia, Jan 21 2023 *)