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

A017538
(12n+1)^6.
0
1, 4826809, 244140625, 2565726409, 13841287201, 51520374361, 151334226289, 377149515625, 832972004929, 1677100110841, 3138428376721, 5534900853769, 9294114390625, 14976071831449, 23298085122481
OFFSET
0,2
FORMULA
a(0)=1, a(1)=4826809, a(2)=244140625, a(3)=2565726409, a(4)=13841287201, a(5)=51520374361, a(6)=151334226289, a(n)=7*a(n-1)-21*a(n-2)+ 35*a(n-3)- 35*a(n-4)+21*a(n-5)-7*a(n-6)+a(n-7). - Harvey P. Dale, Jan 14 2013
MATHEMATICA
(12*Range[0, 20]+1)^6 (* or *) LinearRecurrence[{7, -21, 35, -35, 21, -7, 1}, {1, 4826809, 244140625, 2565726409, 13841287201, 51520374361, 151334226289}, 20](* Harvey P. Dale, Jan 14 2013 *)
CROSSREFS
Sequence in context: A248587 A204053 A176772 * A190583 A034637 A043637
KEYWORD
nonn,easy
AUTHOR
STATUS
approved