login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A010813
25th powers: a(n) = n^25.
7
0, 1, 33554432, 847288609443, 1125899906842624, 298023223876953125, 28430288029929701376, 1341068619663964900807, 37778931862957161709568, 717897987691852588770249, 10000000000000000000000000
OFFSET
0,3
LINKS
Index entries for linear recurrences with constant coefficients, signature (26, -325, 2600, -14950, 65780, -230230, 657800, -1562275, 3124550, -5311735, 7726160, -9657700, 10400600, -9657700, 7726160, -5311735, 3124550, -1562275, 657800, -230230, 65780, -14950, 2600, -325, 26, -1).
FORMULA
Completely multiplicative sequence with a(p) = p^25 for prime p. Multiplicative sequence with a(p^e) = p^(25e). - Jaroslav Krizek, Nov 01 2009
From Amiram Eldar, Oct 09 2020: (Start)
Dirichlet g.f.: zeta(s-25).
Sum_{n>=1} 1/a(n) = zeta(25).
Sum_{n>=1} (-1)^(n+1)/a(n) = 16777215*zeta(25)/16777216. (End)
MATHEMATICA
Range[0, 9]^25 (* Alonso del Arte, Apr 04 2015 *)
PROG
(Magma) [n^25: n in [0..15]]; // Vincenzo Librandi, Jun 19 2011
(PARI) a(n)=n^25 \\ Charles R Greathouse IV, Jun 28 2015
CROSSREFS
Sequence in context: A186609 A186601 A059277 * A323661 A281959 A194553
KEYWORD
nonn,mult,easy
STATUS
approved