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.

A135788 a(n) = A000404(n)^6.

Original entry on oeis.org

64, 15625, 262144, 1000000, 4826809, 24137569, 34012224, 64000000, 244140625, 308915776, 594823321, 1073741824, 1544804416, 2565726409, 4096000000, 4750104241, 8303765625, 15625000000, 19770609664, 22164361129, 38068692544
Offset: 1

Views

Author

Artur Jasinski, Nov 29 2007

Keywords

Crossrefs

Programs

  • Mathematica
    nMax = 100; p := Floor[Sqrt[nMax - 1]]; Union[Flatten[Table[a^2 + b^2, {a, p}, {b, a, Floor[Sqrt[nMax - a^2]]}]]]^6 (* G. C. Greubel, Nov 09 2016 *)