login
A017003
a(n) = (7*n + 1)^11.
1
1, 8589934592, 8649755859375, 584318301411328, 12200509765705829, 131621703842267136, 929293739471222707, 4882812500000000000, 20635899893042801193, 73786976294838206464, 231122292121701565271
OFFSET
0,2
LINKS
Index entries for linear recurrences with constant coefficients, signature (12, -66, 220, -495, 792, -924, 792, -495, 220, -66, 12, -1).
MATHEMATICA
(7*Range[0, 20]+1)^11 (* Harvey P. Dale, Sep 25 2019 *)
PROG
(Magma) [(7*n+1)^11: n in [0..15]]; // Vincenzo Librandi, Jul 13 2011
CROSSREFS
Sequence in context: A108880 A204500 A290539 * A017075 A017267 A017375
KEYWORD
nonn,easy
STATUS
approved