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!)
A016987 a(n) = (7*n)^7. 2
0, 823543, 105413504, 1801088541, 13492928512, 64339296875, 230539333248, 678223072849, 1727094849536, 3938980639167, 8235430000000, 16048523266853, 29509034655744, 51676101935731 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
a(n) = A155955(n,7) for n > 6. - Reinhard Zumkeller, Jan 31 2009
LINKS
Index entries for linear recurrences with constant coefficients, signature (8, -28, 56, -70, 56, -28, 8, -1).
FORMULA
a(n) = 8*a(n-1) - 28*a(n-2) + 56*a(n-3) - 70*a(n-4) + 56*a(n-5) - 28*a(n-6) + 8*a(n-7) - a(n-8); a(0)=0, a(1)=823543, a(2)=105413504, a(3)=1801088541, a(4)=13492928512, a(5)=64339296875, a(6)=230539333248, a(7)=678223072849. - Harvey P. Dale, Apr 01 2013
MATHEMATICA
(7*Range[0, 20])^7 (* or *) LinearRecurrence[{8, -28, 56, -70, 56, -28, 8, -1}, {0, 823543, 105413504, 1801088541, 13492928512, 64339296875, 230539333248, 678223072849}, 20] (* Harvey P. Dale, Apr 01 2013 *)
PROG
(Magma) [(7*n)^7: n in [0..25]]; // Vincenzo Librandi, Jun 18 2011
CROSSREFS
Sequence in context: A247058 A057069 A016927 * A017155 A017251 A017359
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 16 00:16 EDT 2024. Contains 372549 sequences. (Running on oeis4.)