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.

A008570 Digits of powers of 9.

Original entry on oeis.org

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

Views

Author

Keywords

Comments

The constant whose decimal expansion is this sequence is irrational (Mahler, 1981). - Amiram Eldar, Mar 23 2025

Examples

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

Crossrefs

Programs

  • Mathematica
    Flatten[IntegerDigits/@(9^Range[0,20])] (* Harvey P. Dale, Nov 17 2024 *)