The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A017600 (12n+6)^8. 0
1679616, 11019960576, 656100000000, 9682651996416, 72301961339136, 360040606269696, 1370114370683136, 4304672100000000, 11716593810022656, 28525864220672256, 63527879748485376, 131532383853732096 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
Index entries for linear recurrences with constant coefficients, signature (9, -36, 84, -126, 126, -84, 36, -9, 1).
FORMULA
a(0)=1679616, a(1)=11019960576, a(2)=656100000000, a(3)=9682651996416, a(4)=72301961339136, a(5)=360040606269696, a(6)=1370114370683136, a(7)=4304672100000000, a(8)=11716593810022656, a(n)=9*a(n-1)-36*a(n-2)+84*a(n-3)-126*a(n-4)+126*a(n-5)-84*a(n-6)+36*a(n-7)-9*a(n-8)+a(n-9). - Harvey P. Dale, Apr 03 2015
MATHEMATICA
(12*Range[0, 20]+6)^8 (* or *) LinearRecurrence[{9, -36, 84, -126, 126, -84, 36, -9, 1}, {1679616, 11019960576, 656100000000, 9682651996416, 72301961339136, 360040606269696, 1370114370683136, 4304672100000000, 11716593810022656}, 20] (* Harvey P. Dale, Apr 03 2015 *)
CROSSREFS
Sequence in context: A017240 A017348 A017468 * A096372 A127364 A251851
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 17 05:02 EDT 2024. Contains 372579 sequences. (Running on oeis4.)