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.

A121237 Partial sums of n^(n^3).

Original entry on oeis.org

1, 257, 7625597485244, 340282366920938463463374615057365696700, 2350988701644575015937473074444491355637331113544515325384424351020297893524511711399825
Offset: 1

Views

Author

Jonathan Vos Post, Aug 21 2006

Keywords

Crossrefs

Cf. A245490.

Programs

  • Mathematica
    Accumulate[Table[n^(n^3),{n,5}]] (* Harvey P. Dale, Aug 01 2019 *)