A177940 Decimal expansion of 190/89.
2, 1, 3, 4, 8, 3, 1, 4, 6, 0, 6, 7, 4, 1, 5, 7, 3, 0, 3, 3, 7, 0, 7, 8, 6, 5, 1, 6, 8, 5, 3, 9, 3, 2, 5, 8, 4, 2, 6, 9, 6, 6, 2, 9, 2, 1, 3, 4, 8, 3, 1, 4, 6, 0, 6, 7, 4, 1, 5, 7, 3, 0, 3, 3, 7, 0, 7, 8, 6, 5, 1, 6, 8, 5, 3, 9, 3, 2, 5, 8, 4, 2, 6, 9, 6, 6, 2, 9, 2, 1, 3, 4, 8, 3, 1, 4, 6, 0, 6, 7, 4, 1, 5, 7, 3
Offset: 1
Examples
The sum of the shifted Lucas numbers begins: 2 0.1 0.03 0.004 0.0007 0.00011 0.000018 .......29 ---------- + 2.134831...
Programs
-
Mathematica
RealDigits[190/89,10,120][[1]] (* Harvey P. Dale, Jul 18 2018 *)
-
PARI
190/89. \\ Charles R Greathouse IV, Apr 25 2016
Formula
equals sum_{n=0..infinity} A000032(n)/10^n.
Extensions
Keyword:cons added, formula and offset adjusted - R. J. Mathar, May 19 2010