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!)
A017130 a(n) = (8*n + 5)^6. 1
15625, 4826809, 85766121, 594823321, 2565726409, 8303765625, 22164361129, 51520374361, 107918163081, 208422380089, 377149515625, 646990183449, 1061520150601, 1677100110841, 2565164201769 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
FORMULA
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); a(0)=15625, a(1)=4826809, a(2)=85766121, a(3)=594823321, a(4)=2565726409, a(5)=8303765625, a(6)=22164361129. - Harvey P. Dale, Oct 05 2011
G.f.: ( -15625 - 4717434*x - 52306583*x^2 - 95276588*x^3 - 34660263*x^4 - 1766458*x^5 - 729*x^6 ) / ( (x-1)^7 ). - R. J. Mathar, May 08 2015
MATHEMATICA
(8Range[0, 15]+5)^6 (* or *) LinearRecurrence[{7, -21, 35, -35, 21, -7, 1}, {15625, 4826809, 85766121, 594823321, 2565726409, 8303765625, 22164361129}, 16](* Harvey P. Dale, Oct 05 2011 *)
PROG
(Magma) [(8*n+5)^6: n in [0..25] ]; // Vincenzo Librandi, Jul 21 2011
CROSSREFS
Sequence in context: A016854 A016974 A017046 * A303155 A017226 A223232
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 May 8 03:37 EDT 2024. Contains 372317 sequences. (Running on oeis4.)