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

A017657
a(n) = (12*n + 11)^5.
0
161051, 6436343, 52521875, 229345007, 714924299, 1804229351, 3939040643, 7737809375, 14025517307, 23863536599, 38579489651, 59797108943, 89466096875, 129891985607, 183765996899, 254194901951, 344730881243, 459401384375, 602738989907, 779811265199, 996250626251
OFFSET
0,1
FORMULA
G.f.: (161051 + 5470037 x + 16319582 x^2 + 7537882 x^3 +371287 x^4 + x^5)/(-1 + x)^6 -- Harvey P. Dale, Apr 21 2024
MATHEMATICA
Table[(12 n + 11)^5, {n, 0, 30}] (* Vincenzo Librandi, Mar 31 2016 *)
LinearRecurrence[{6, -15, 20, -15, 6, -1}, {161051, 6436343, 52521875, 229345007, 714924299, 1804229351}, 30] (* Harvey P. Dale, Apr 21 2024 *)
PROG
(Magma) [(12*n+11)^5: n in [0..20]]; // Vincenzo Librandi, Mar 31 2016
CROSSREFS
Sequence in context: A339676 A017285 A017393 * A235256 A233891 A339498
KEYWORD
nonn,easy
AUTHOR
EXTENSIONS
More terms from Vincenzo Librandi, Mar 31 2016
STATUS
approved