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

A017428
(11n+3)^4.
0
81, 38416, 390625, 1679616, 4879681, 11316496, 22667121, 40960000, 68574961, 108243216, 163047361, 236421376, 332150625, 454371856, 607573201, 796594176, 1026625681, 1303210000, 1632240801, 2019963136
OFFSET
0,1
FORMULA
a(0)=81, a(1)=38416, a(2)=390625, a(3)=1679616, a(4)=4879681, a(n)= 5*a(n-1)- 10*a(n-2)+10*a(n-3)-5*a(n-4)+a(n-5). - Harvey P. Dale, Jan 15 2013
MATHEMATICA
(11*Range[0, 30]+3)^4 (* or *) LinearRecurrence[{5, -10, 10, -5, 1}, {81, 38416, 390625, 1679616, 4879681}, 30] (* Harvey P. Dale, Jan 15 2013 *)
CROSSREFS
Sequence in context: A088063 A017200 A017308 * A195274 A189149 A088188
KEYWORD
nonn,easy
AUTHOR
STATUS
approved