login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A363841
Continued fraction expansion of Sum_{k>=0} 1/(k!)!^2.
3
2, 3, 1, 32399, 4, 1432456210278611587930429493084159999, 1, 3, 32399, 1, 3
OFFSET
0,1
COMMENTS
In general, sums of the form Sum_{k>=0} 1/(k!)!^t, t > 1 in N, have the following continued fraction expansion formulas:
The first term is always 2.
Let P(k) = (((k+1)!)! / ((k!)!)^2)^t - 1.
Take the sequence A157196 and replace the runs of '1,1' with 2^t - 1, the odd occurring runs of '2' with 2^t, and the even occurring runs of '2' with 2^t - 2. 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 the n-th runs of '2^t', '2^t - 1, 1', '1, 2^t - 1' and '1, 2^t - 2, 1' in f(n), and P(A001511(n)+1).
The next term a(11) has 303 digits. - Stefano Spezia, Jun 24 2023
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).
MATHEMATICA
ContinuedFraction[Sum[1/(k!)!^2, {k, 0, 6}], 21]
CROSSREFS
Cf. A363842 (decimal expansion).
Sequence in context: A016537 A346381 A106385 * A291293 A259572 A027413
KEYWORD
nonn,cofr
AUTHOR
Daniel Hoyt, Jun 23 2023
STATUS
approved