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!)
A017000 a(n) = (7*n + 1)^8. 1
1, 16777216, 2562890625, 54875873536, 500246412961, 2821109907456, 11688200277601, 39062500000000, 111429157112001, 281474976710656, 645753531245761, 1370114370683136, 2724905250390625, 5132188731375616 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
Index entries for linear recurrences with constant coefficients, signature (9, -36, 84, -126, 126, -84, 36, -9, 1).
FORMULA
a(0)=1, a(1)=16777216, a(2)=2562890625, a(3)=54875873536, a(4)=500246412961, a(5)=2821109907456, a(6)=11688200277601, a(7)=39062500000000, a(8)=111429157112001, 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, Mar 30 2012
a(n) = 1679616 - 15676416*n + 64012032*n^2 - 149361408*n^3 + 217818720*n^4 - 203297472*n^5 + 118590192*n^6 - 39530064*n^7 + 5764801*n^8. - Harvey P. Dale, Mar 30 2012
MATHEMATICA
(7*Range[0, 30]+1)^8 (* or *) LinearRecurrence[{9, -36, 84, -126, 126, -84, 36, -9, 1}, {1, 16777216, 2562890625, 54875873536, 500246412961, 2821109907456, 11688200277601, 39062500000000, 111429157112001}, 30] (* Harvey P. Dale, Mar 30 2012 *)
PROG
(Magma) [(7*n+1)^8: n in [0..20]]; // Vincenzo Librandi, Jul 13 2011
CROSSREFS
Sequence in context: A067494 A177081 A217784 * A017072 A017264 A017372
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 24 03:03 EDT 2024. Contains 371917 sequences. (Running on oeis4.)