A017291 a(n) = (10*n + 1)^11.
1, 285311670611, 350277500542221, 25408476896404831, 550329031716248441, 6071163615208263051, 43513917611435838661, 231122292121701565271, 984770902183611232881, 3543686674874777831491, 11156683466653165551101
Offset: 0
Links
- Vincenzo Librandi, Table of n, a(n) for n = 0..1000
- Index entries for linear recurrences with constant coefficients, signature (12, -66, 220, -495, 792, -924, 792, -495, 220, -66, 12, -1).
Programs
-
Magma
[(10*n+1)^11: n in [0..20]]; // Vincenzo Librandi, May 15 2011
-
Mathematica
(10Range[0,20]+1)^11 (* Harvey P. Dale, May 11 2011 *)