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

A017590
a(n) = (12*n+5)^10.
1
9765625, 2015993900449, 420707233300201, 13422659310152401, 174887470365513049, 1346274334462890625, 7326680472586200649, 31181719929966183601, 110462212541120451001, 339456738992222314849
OFFSET
0,1
LINKS
Index entries for linear recurrences with constant coefficients, signature (11, -55, 165, -330, 462, -462, 330, -165, 55, -11, 1).
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 *)
CROSSREFS
Sequence in context: A017230 A017338 A017458 * A234057 A214014 A339478
KEYWORD
nonn,easy
STATUS
approved