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.

A121564 Denominator of Sum_{i=1..n} i!/(i^i).

Original entry on oeis.org

1, 1, 2, 18, 288, 180000, 1620000, 190591380000, 780662292480000, 46097327708651520000, 28810829817907200000000, 747278726094210559615027200000000, 747278726094210559615027200000000, 17410163370762081276553474535120146483200000000
Offset: 0

Views

Author

Jonathan Vos Post, Aug 07 2006

Keywords

Examples

			A121563/A121564 = 0, 1, 3/2, 31/18, 523/288, 333787/180000, ... .
		

Crossrefs

Numerators are in A121563.

Programs

  • Mathematica
    Denominator[Table[Sum[i!/(i^i),{i,n}],{n,12}]] (* James C. McMahon, Oct 19 2024 *)

Formula

Denominator of Sum_{i=1..n} A000142(i)/A000312(i).
Limit_{n -> oo} A121563(n)/A121564(n) = A094082.