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.

A008455 11th powers: a(n) = n^11.

Original entry on oeis.org

0, 1, 2048, 177147, 4194304, 48828125, 362797056, 1977326743, 8589934592, 31381059609, 100000000000, 285311670611, 743008370688, 1792160394037, 4049565169664, 8649755859375, 17592186044416, 34271896307633, 64268410079232, 116490258898219, 204800000000000
Offset: 0

Views

Author

Keywords

Crossrefs

Cf. A004813 - A004823 (sums of 2, ..., 12 positive eleventh powers).

Programs

Formula

a(n) = A000584(n)*A001014(n).
Multiplicative with a(p^e) = p^(11*e). - David W. Wilson, Aug 01 2001
Totally multiplicative with a(p) = p^11 for primes p. - Jaroslav Krizek, Nov 01 2009
From Amiram Eldar, Oct 08 2020: (Start)
Sum_{n>=1} 1/a(n) = zeta(11) (A013669).
Sum_{n>=1} (-1)^(n+1)/a(n) = 1023*zeta(11)/1024. (End)