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.

A016836 a(n) = (4n+2)^12.

Original entry on oeis.org

4096, 2176782336, 1000000000000, 56693912375296, 1156831381426176, 12855002631049216, 95428956661682176, 531441000000000000, 2386420683693101056, 9065737908494995456, 30129469486639681536, 89762301673555234816, 244140625000000000000, 614787626176508399616
Offset: 0

Views

Author

Keywords

Crossrefs

Programs

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

Formula

From Amiram Eldar, Apr 21 2023: (Start)
a(n) = A016825(n)^12.
a(n) = 2^12*A016764(n).
Sum_{n>=0} 1/a(n) = 691*Pi^12/2615987404800. (End)