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”).

A017141
a(n) = (8*n+6)^5.
1
7776, 537824, 5153632, 24300000, 79235168, 205962976, 459165024, 916132832, 1680700000, 2887174368, 4704270176, 7339040224, 11040808032, 16105100000, 22877577568, 31757969376, 43204003424, 57735339232, 75937500000, 98465804768, 126049300576, 159494694624, 199690286432
OFFSET
0,1
FORMULA
G.f.: 32*(x^5+3119*x^4+40314*x^3+63854*x^2+15349*x+243)/(x-1)^6. - Colin Barker, Sep 17 2012
From Amiram Eldar, Apr 26 2023: (Start)
a(n) = A017137(n)^5.
a(n) = 2^5*A016841(n).
Sum_{n>=0} 1/a(n) = 31*zeta(5)/2048 - 5*Pi^5/98304. (End)
MATHEMATICA
Table[(8*n + 6)^5, {n, 0, 30}] (* Amiram Eldar, Apr 26 2023 *)
PROG
(Magma) [(8*n+6)^5: n in [0..30]]; // Vincenzo Librandi, Jul 22 2011
CROSSREFS
KEYWORD
nonn,easy
STATUS
approved