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.

A010812 24th powers: a(n) = n^24.

Original entry on oeis.org

0, 1, 16777216, 282429536481, 281474976710656, 59604644775390625, 4738381338321616896, 191581231380566414401, 4722366482869645213696, 79766443076872509863361, 1000000000000000000000000
Offset: 0

Views

Author

Keywords

Crossrefs

Cf. A008456 (n^12).

Programs

Formula

Totally multiplicative sequence with a(p) = p^24 for prime p. Multiplicative sequence with a(p^e) = p^(24e). - Jaroslav Krizek, Nov 01 2009
a(n) = A008456(n)^2. - Michel Marcus, Feb 27 2018
From Amiram Eldar, Oct 09 2020: (Start)
Dirichlet g.f.: zeta(s-24).
Sum_{n>=1} 1/a(n) = zeta(24) = 236364091*Pi^24/201919571963756521875.
Sum_{n>=1} (-1)^(n+1)/a(n) = 8388607*zeta(24)/8388608 = 1982765468311237*Pi^24/1693824136731743669452800000. (End)