cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

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) + ...

Original entry on oeis.org

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
Offset: 1

Views

Author

Ilya Gutkovskiy, Aug 28 2021

Keywords

Comments

This constant is irrational (Stucky, 2016). - Amiram Eldar, Apr 30 2023

Examples

			1.2592954398150628876913596498837350926311457518421...
		

Crossrefs

Programs

  • 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 *)