A363841 Continued fraction expansion of Sum_{k>=0} 1/(k!)!^2.
2, 3, 1, 32399, 4, 1432456210278611587930429493084159999, 1, 3, 32399, 1, 3
Offset: 0
Links
- Daniel Hoyt, Table of n, a(n) for n = 0..22
- Daniel Hoyt, Python program that generates the continued fraction from formula.
Programs
-
Mathematica
ContinuedFraction[Sum[1/(k!)!^2, {k, 0, 6}], 21]
Formula
Take the sequence A157196 and replace the runs of '1,1' with '3'. Then replace the odd occurring runs of '2' with '4'. Finally interleave the modified sequence with a string of 1's and let it be called f(n). To get the continued fraction expansion, interleave between the n-th runs of '4', '3, 1', '1, 3' and '1, 2, 1' in f(n), and P(A001511(n)+1).
Comments