login
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.
3
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,1
COMMENTS
Also, successive digits of A139260.
EXAMPLE
Triangle begins:
....... 5
...... 5,7
..... 5,7,7
.... 5,7,7,2
... 5,7,7,2,1
MATHEMATICA
a[n_]:=FromDigits[RealDigits[EulerGamma, 10, n][[1]]]; IntegerDigits/@Array[a, 12]//Flatten (* James C. McMahon, Jun 29 2025 *)
CROSSREFS
Decimal expansion of gamma: A001620.
Sequence in context: A088201 A352353 A195380 * A352442 A247649 A252655
KEYWORD
easy,nonn,tabl,base
AUTHOR
Omar E. Pol, May 01 2008
STATUS
approved