A017590 a(n) = (12*n+5)^10.
9765625, 2015993900449, 420707233300201, 13422659310152401, 174887470365513049, 1346274334462890625, 7326680472586200649, 31181719929966183601, 110462212541120451001, 339456738992222314849
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
A017590:=(12*n+5)^10: seq(A017590(n), n=0..20); # Wesley Ivan Hurt, Apr 03 2017
-
Mathematica
(12*Range[0,20]+5)^10 (* Harvey P. Dale, Feb 19 2015 *)