login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A347345 Decimal expansion of 1 / 1^1 + 1 / (1^1 * 2^2) + 1 / (1^1 * 2^2 * 3^3) + 1 / (1^1 * 2^2 * 3^3 * 4^4) + ... 2
1, 2, 5, 9, 2, 9, 5, 4, 3, 9, 8, 1, 5, 0, 6, 2, 8, 8, 7, 6, 9, 1, 3, 5, 9, 6, 4, 9, 8, 8, 3, 7, 3, 5, 0, 9, 2, 6, 3, 1, 1, 4, 5, 7, 5, 1, 8, 4, 2, 1, 0, 4, 2, 1, 2, 9, 0, 5, 8, 0, 1, 0, 6, 4, 3, 8, 5, 6, 4, 2, 1, 8, 5, 2, 4, 7, 9, 1, 6, 7, 8, 6, 3, 0, 3, 7, 8, 4, 4, 7, 5, 5, 0, 3, 7, 2, 0, 7, 3, 8, 1, 0, 0, 9, 6, 3, 4, 2, 6, 2, 2, 3, 3, 3, 1 (list; constant; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
This constant is irrational (Stucky, 2016). - Amiram Eldar, Apr 30 2023
LINKS
Joshua Stucky, Several Theorems Concerning the Irrationality of Certain Infinite Series Involving Tetrations, The Pentagon, Vol. 75, No. 2 (2016), pp. 4-9.
Eric Weisstein's World of Mathematics, Hyperfactorial.
EXAMPLE
1.2592954398150628876913596498837350926311457518421...
MATHEMATICA
With[{m = 105}, RealDigits[N[Sum[1/Hyperfactorial[n], {n, 1, Infinity}], m + 2], 10, m][[1]]] (* Amiram Eldar, Apr 30 2023 *)
RealDigits[Total[Table[1/Times@@(Range[n]^Range[n]), {n, 30}]], 10, 120][[1]] (* Harvey P. Dale, Oct 07 2023 *)
CROSSREFS
Sequence in context: A019802 A248934 A011432 * A324835 A082183 A332554
KEYWORD
nonn,cons
AUTHOR
Ilya Gutkovskiy, Aug 28 2021
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified May 1 22:31 EDT 2024. Contains 372178 sequences. (Running on oeis4.)