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.

A165710 Partial sums of A046882.

Original entry on oeis.org

1, 2, 6, 46662, 1333735776850284124449081472890438
Offset: 0

Views

Author

Keywords

Crossrefs

Programs

  • Mathematica
    Accumulate[Table[(n!)^n!,{n,0,5}]]  (* Harvey P. Dale, Apr 01 2011 *)

Formula

a(n) = Sum_{k=0..n} (k!)^(k!) = 1 + A165711(n).

Extensions

Definition simplified by R. J. Mathar, Sep 25 2009