A120455 Continued fraction expansion of the decimal number formed from concatenated triangular numbers (0.1361015212836455566789110...).
0, 7, 2, 1, 7, 4, 1, 60, 19, 1, 1, 3, 2, 2, 1, 1, 11098619, 1, 2, 2, 1, 1, 1, 1, 3, 1, 5, 1, 1, 4, 4, 4, 11, 14, 1, 23, 3, 4, 1, 3, 1, 5, 1, 2, 5, 11, 5, 1, 431504180604995178786476739454249921717325183597033134416, 1, 2, 2, 1, 16, 2
Offset: 0
Links
- J. Earls & J. Rogers, 0.1361015212836455566...(Title of split novel)
Crossrefs
Cf. A030167.
Programs
-
Mathematica
ContinuedFraction[With[{trnocat=FromDigits[Flatten[IntegerDigits/@ Accumulate[ Range[600]]]]},N[trnocat/10^IntegerLength[trnocat], 1000]],60] (* Harvey P. Dale, Mar 25 2012 *)
Comments