A017566 a(n) = (12*n+3)^10.
59049, 576650390625, 205891132094649, 8140406085191601, 119042423827613001, 984930291881790849, 5631351470947265625, 24842341419143568849, 90438207500880449001, 283942098606901565601, 792594609605189126649
Offset: 0
Links
- Index entries for linear recurrences with constant coefficients, signature (11, -55, 165, -330, 462, -462, 330, -165, 55, -11, 1).
Programs
-
Maple
A017566:=n->(12*n+3)^10: seq(A017566(n), n=0..20); # Wesley Ivan Hurt, Apr 28 2017
-
Mathematica
(12Range[0,10]+3)^10 (* Harvey P. Dale, Aug 20 2012 *)