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.

A008573 Digits of powers of 13.

Original entry on oeis.org

1, 1, 3, 1, 6, 9, 2, 1, 9, 7, 2, 8, 5, 6, 1, 3, 7, 1, 2, 9, 3, 4, 8, 2, 6, 8, 0, 9, 6, 2, 7, 4, 8, 5, 1, 7, 8, 1, 5, 7, 3, 0, 7, 2, 1, 1, 0, 6, 0, 4, 4, 9, 9, 3, 7, 3, 1, 3, 7, 8, 5, 8, 4, 9, 1, 8, 4, 9, 1, 7, 9, 2, 1, 6, 0, 3, 9, 4, 0, 3, 7, 2, 3, 2, 9, 8, 0, 8, 5, 1, 2, 2, 4, 8, 1, 3, 0, 2, 8
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;
  1, 3;
  1, 6, 9;
  2, 1, 9, 7;
  2, 8, 5, 6, 1;
  3, 7, 1, 2, 9, 3;
  4, 8, 2, 6, 8, 0, 9;
  ...
		

Crossrefs

Programs

  • Mathematica
    IntegerDigits/@(13^Range[0,20])//Flatten (* Harvey P. Dale, Oct 24 2017 *)