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.

A010803 15th powers: a(n) = n^15.

Original entry on oeis.org

0, 1, 32768, 14348907, 1073741824, 30517578125, 470184984576, 4747561509943, 35184372088832, 205891132094649, 1000000000000000, 4177248169415651, 15407021574586368, 51185893014090757, 155568095557812224
Offset: 0

Views

Author

Keywords

Crossrefs

Cf. A013673 (zeta(15)).
Cf. A000290 (squares), A000578 (cubes), A000583 (4th powers), A000584 (5th powers), A001015 (7th powers), A008455 (11th powers).

Programs

Formula

Totally multiplicative with a(p) = p^15 for prime p. Multiplicative with a(p^e) = p^(15e). - Jaroslav Krizek, Nov 01 2009
From Ilya Gutkovskiy, Feb 27 2017: (Start)
Dirichlet g.f.: zeta(s-15).
Sum_{n>=1} 1/a(n) = zeta(15) = A013673. (End)
Sum_{n>=1} (-1)^(n+1)/a(n) = 16383*zeta(15)/16384. - Amiram Eldar, Oct 08 2020