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

A017566
a(n) = (12*n+3)^10.
1
59049, 576650390625, 205891132094649, 8140406085191601, 119042423827613001, 984930291881790849, 5631351470947265625, 24842341419143568849, 90438207500880449001, 283942098606901565601, 792594609605189126649
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
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 *)
CROSSREFS
Sequence in context: A017206 A017314 A017434 * A352038 A321814 A288886
KEYWORD
nonn,easy
STATUS
approved