A363842 Decimal expansion of Sum_{k>=0} 1/(k!)!^2.
2, 2, 5, 0, 0, 0, 1, 9, 2, 9, 0, 1, 2, 3, 4, 5, 6, 7, 9, 0, 1, 2, 3, 4, 5, 6, 7, 9, 0, 1, 2, 3, 4, 5, 6, 7, 9, 0, 1, 2, 3, 4, 5, 6, 7, 9, 0, 1, 4, 9, 4, 3, 3, 7, 7, 0, 1, 0, 4, 2, 8, 4, 9, 4, 1, 6, 2, 2, 0, 3, 5, 2, 4, 4, 3, 4, 4, 8, 0, 7, 7, 5, 8, 5, 2, 2, 5
Offset: 1
Examples
2.25000192901234567901234567901234567901234567901...
Programs
-
Mathematica
RealDigits[Sum[1/(k!)!^2, {k, 0, 4}], 10, 100][[1]]
-
PARI
suminf(k=0, 1/k!!^2)
Comments