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.

A008566 Digits of powers of 5.

Original entry on oeis.org

1, 5, 2, 5, 1, 2, 5, 6, 2, 5, 3, 1, 2, 5, 1, 5, 6, 2, 5, 7, 8, 1, 2, 5, 3, 9, 0, 6, 2, 5, 1, 9, 5, 3, 1, 2, 5, 9, 7, 6, 5, 6, 2, 5, 4, 8, 8, 2, 8, 1, 2, 5, 2, 4, 4, 1, 4, 0, 6, 2, 5, 1, 2, 2, 0, 7, 0, 3, 1, 2, 5, 6, 1, 0, 3, 5, 1, 5, 6, 2, 5, 3, 0, 5, 1, 7, 5, 7, 8, 1, 2, 5, 1, 5, 2, 5, 8, 7, 8
Offset: 0

Views

Author

Keywords

Comments

Irregular table with row length sequence A210435. - Jason Kimberley, Nov 26 2012
The constant whose decimal expansion is this sequence is irrational (Mahler, 1981). - Amiram Eldar, Mar 23 2025

Examples

			Triangle begins:
  1;
  5;
  2, 5;
  1, 2, 5;
  6, 2, 5;
  3, 1, 2, 5;
  1, 5, 6, 2, 5;
  7, 8, 1, 2, 5,
  3, 9, 0, 6, 2, 5;
  ...
		

Crossrefs

Programs

  • Mathematica
    Flatten[IntegerDigits/@(5^Range[0,20])] (* Harvey P. Dale, Jan 18 2012 *)