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.

A212333 n-th power of the n-th pentagonal number.

Original entry on oeis.org

1, 1, 25, 1728, 234256, 52521875, 17596287801, 8235430000000, 5132188731375616, 4108400332687853397, 4108469075197275390625, 5019255990031848807858176, 7355827511386641000000000000, 12736801848653359358345383963927, 25724477018923486959881583081626689
Offset: 0

Views

Author

Bruno Berselli, May 09 2012

Keywords

Crossrefs

Programs

  • Magma
    [(n*(3*n-1)/2)^n: n in [0..14]];
  • Mathematica
    Join[{1}, Table[(n ((3 n - 1)/2))^n, {n, 14}]]

Formula

a(n) = A000326(n)^n.