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.

Showing 1-1 of 1 results.

A139261 Triangle read by rows: row n lists the first n digits of the decimal expansion of Euler's constant (or Euler-Mascheroni constant) gamma.

Original entry on oeis.org

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

Views

Author

Omar E. Pol, May 01 2008

Keywords

Comments

Also, successive digits of A139260.

Examples

			Triangle begins:
....... 5
...... 5,7
..... 5,7,7
.... 5,7,7,2
... 5,7,7,2,1
		

Crossrefs

Decimal expansion of gamma: A001620.

Programs

  • Mathematica
    a[n_]:=FromDigits[RealDigits[EulerGamma,10,n][[1]]];IntegerDigits/@Array[a,12]//Flatten (* James C. McMahon, Jun 29 2025 *)
Showing 1-1 of 1 results.