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.

A085533 a(n) = (2n)^(2n+1).

Original entry on oeis.org

0, 8, 1024, 279936, 134217728, 100000000000, 106993205379072, 155568095557812224, 295147905179352825856, 708235345355337676357632, 2097152000000000000000000000, 7511413302012830262726227918848, 32009658644406818986777955348250624, 160059109085386090080713531498405298176
Offset: 0

Views

Author

N. J. A. Sloane, Jul 05 2003

Keywords

Programs

  • Mathematica
    Table[(2n)^(2n+1),{n,0,20}] (* Harvey P. Dale, Jun 29 2011 *)