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.

A363767 Decimal expansion of 2^(e-2)*e^Sum_{k=2..oo} log(k)/k!.

Original entry on oeis.org

3, 0, 0, 9, 1, 5, 0, 7, 2, 2, 7, 4, 1, 4, 8, 7, 9, 9, 3, 5, 6, 3, 0, 7, 4, 7, 3, 7, 4, 8, 5, 3, 1, 6, 8, 0, 0, 5, 1, 0, 7, 2, 9, 1, 6, 2, 2, 5, 5, 3, 8, 4, 3, 5, 8, 0, 6, 7, 6, 6, 7, 3, 3, 6, 5, 0, 3, 3, 3, 8, 1, 3, 5, 1, 7, 4, 9, 5, 0, 8, 4, 8, 9, 9, 4, 6, 6, 0, 4, 7, 7, 4, 3, 0, 5, 7, 8, 3, 7, 7
Offset: 1

Views

Author

Stefano Spezia, Jun 21 2023

Keywords

Examples

			3.009150722741487993563074737485316800510...
		

Crossrefs

Programs

  • Mathematica
    2^(E-2)E^NSum[Log[n]/n!, {n, 2, Infinity}, WorkingPrecision -> 110, NSumTerms -> 100] // RealDigits[#, 10, 100] &//First

Formula

Equals 2^(e-2)*e^A306243.
Equals 2^(exp(1)-2)*A296301. - Vaclav Kotesovec, Jun 22 2023