login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A017610 (12n+7)^6. 1
117649, 47045881, 887503681, 6321363049, 27680640625, 90458382169, 243087455521, 567869252041, 1194052296529, 2313060765625, 4195872914689, 7212549413161, 11853911588401, 18755369578009 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
FORMULA
a(0)=117649, a(1)=47045881, a(2)=887503681, a(3)=6321363049, a(4)=27680640625, a(5)=90458382169, a(6)=243087455521, 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) From Harvey P. Dale, Jun 05 2012
MATHEMATICA
(12*Range[0, 30]+7)^6 (* or *) LinearRecurrence[ {7, -21, 35, -35, 21, -7, 1}, {117649, 47045881, 887503681, 6321363049, 27680640625, 90458382169, 243087455521}, 30] (* Harvey P. Dale, Jun 05 2012 *)
CROSSREFS
Sequence in context: A017250 A017358 A017478 * A120321 A202599 A251882
KEYWORD
nonn,easy
AUTHOR
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 19 21:09 EDT 2024. Contains 371798 sequences. (Running on oeis4.)