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.

Showing 1-1 of 1 results.

A016932 a(n) = (6*n + 1)^12.

Original entry on oeis.org

1, 13841287201, 23298085122481, 2213314919066161, 59604644775390625, 787662783788549761, 6582952005840035281, 39959630797262576401, 191581231380566414401, 766217865410400390625, 2654348974297586158321, 8182718904632857144561, 22902048046490258711521
Offset: 0

Views

Author

Keywords

Crossrefs

Programs

  • Magma
    [(6*n+1)^12: n in [0..20]]; // Vincenzo Librandi, May 04 2011
  • Mathematica
    Table[(6*n + 1)^12, {n, 0, 12}] (* Amiram Eldar, Mar 28 2022 *)

Formula

From Amiram Eldar, Mar 28 2022: (Start)
a(n) = A016921(n)^12 = A016922(n)^6 = A016923(n)^4 = A016924(n)^3 = A016926(n)^2.
Sum_{n>=0} 1/a(n) = PolyGamma(11, 1/6)/86890185149644800. (End)
Showing 1-1 of 1 results.