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.

A016834 a(n) = (4n+2)^10.

Original entry on oeis.org

1024, 60466176, 10000000000, 289254654976, 3570467226624, 26559922791424, 141167095653376, 590490000000000, 2064377754059776, 6278211847988224, 17080198121677824, 42420747482776576, 97656250000000000, 210832519264920576, 430804206899405824, 839299365868340224
Offset: 0

Views

Author

Keywords

Crossrefs

Programs

  • Mathematica
    Table[(4*n+2)^10, {n, 0, 20}] (* Amiram Eldar, Apr 21 2023 *)

Formula

From Amiram Eldar, Apr 21 2023: (Start)
a(n) = A016825(n)^10.
a(n) = 2^10*A016762(n).
Sum_{n>=0} 1/a(n) = 31*Pi^10/2972712960. (End)