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

A017159
a(n) = (8*n + 7)^11.
1
1977326743, 8649755859375, 952809757913927, 25408476896404831, 317475837322472439, 2472159215084012303, 13931233916552734375, 62050608388552823487, 231122292121701565271, 747993810527520928879
OFFSET
0,1
LINKS
Index entries for linear recurrences with constant coefficients, signature (12, -66, 220, -495, 792, -924, 792, -495, 220, -66, 12, -1).
MATHEMATICA
(8*Range[0, 10]+7)^11 (* Harvey P. Dale, Jul 15 2019 *)
PROG
(Magma) [(8*n+7)^11: n in [0..15]]; // Vincenzo Librandi, Jul 22 2011
CROSSREFS
Sequence in context: A034252 A016931 A016991 * A017255 A017363 A017483
KEYWORD
nonn,easy
STATUS
approved