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

A017291
a(n) = (10*n + 1)^11.
1
1, 285311670611, 350277500542221, 25408476896404831, 550329031716248441, 6071163615208263051, 43513917611435838661, 231122292121701565271, 984770902183611232881, 3543686674874777831491, 11156683466653165551101
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
(10Range[0, 20]+1)^11 (* Harvey P. Dale, May 11 2011 *)
PROG
(Magma) [(10*n+1)^11: n in [0..20]]; // Vincenzo Librandi, May 15 2011
CROSSREFS
Cf. A008455 (n^11), A017281 (10n+1).
Sequence in context: A017508 A017640 A057073 * A017399 A017663 A345864
KEYWORD
nonn,easy
STATUS
approved