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!)
A180357 a(n) = n^7 + 7*n. 2
0, 8, 142, 2208, 16412, 78160, 279978, 823592, 2097208, 4783032, 10000070, 19487248, 35831892, 62748608, 105413602, 170859480, 268435568, 410338792, 612220158, 893871872, 1280000140, 1801088688, 2494358042 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
From Chai Wah Wu, Oct 15 2016: (Start)
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) for n > 7.
G.f.: 2*x*(4*x^6 + 39*x^5 + 648*x^4 + 1138*x^3 + 648*x^2 + 39*x + 4)/(x - 1)^8. (End)
MATHEMATICA
Table[n^7+7n, {n, 0, 30}] (* Harvey P. Dale, Sep 10 2010 *)
CROSSREFS
Sequence in context: A239757 A295242 A305763 * A317112 A320396 A112464
KEYWORD
easy,nonn
AUTHOR
Odimar Fabeny, Aug 30 2010
EXTENSIONS
First term corrected and additional terms from Harvey P. Dale, Sep 10 2010
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 25 01:35 EDT 2024. Contains 371964 sequences. (Running on oeis4.)