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!)
A209267 1 + 2*n^2 + 3*n^3 + 4*n^4 + 5*n^5 + 6*n^6 + 7*n^7 + 8*n^8. 2
1, 36, 3585, 73810, 669921, 3784176, 15721201, 52683870, 150652545, 381367036, 876543201, 1862778666, 3709924705, 6996023880, 12592235601, 21771494326, 36344967681, 58830704340, 92659184065, 142420804866, 214160664801, 315726318496 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
The n for which a(n) is prime begin: n = 174, 414, 474, 516, 546, 594, 714, 756, 804, 1386, 1596, 1734, 1806, 1986, 2514. - Joerg Arndt, Jan 15 2013
LINKS
Index entries for linear recurrences with constant coefficients, signature (9,-36,84,-126,126,-84,36,-9,1).
FORMULA
G.f.: (6*x^8 +1371*x^7 +27991*x^6 +115317*x^5 +131793*x^4 +42757*x^3 +3297*x^2 +27*x +1) / (1-x)^9. - Colin Barker, Jan 26 2013
EXAMPLE
a(2) = 1 + 2*2^2 + 3*2^3 + 4*2^4 + 5*2^5 + 6*2^6 + 7*2^7 + 8*2^8 = 3585.
MATHEMATICA
Table[Total[Table[i*n^i, {i, 2, 8}]]+1, {n, 0, 30}] (* Harvey P. Dale, Jan 26 2013 *)
PROG
(Maxima) makelist(1 + 2*n^2 + 3*n^3 + 4*n^4 + 5*n^5 + 6*n^6 + 7*n^7 + 8*n^8, n, 0, 20); /* Martin Ettl, Jan 15 2013 */
(PARI) for(n=0, 30, print1(1 + sum(k=2, 8, k*n^k), ", ")) \\ G. C. Greubel, Jan 05 2018
(Magma) [1 + 2*n^2 + 3*n^3 + 4*n^4 + 5*n^5 + 6*n^6 + 7*n^7 + 8*n^8: n in [0..30]]; // G. C. Greubel, Jan 05 2018
CROSSREFS
Sequence in context: A291911 A072377 A364175 * A120349 A120359 A194611
KEYWORD
nonn,easy
AUTHOR
Jonathan Vos Post, Jan 15 2013
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 18 23:43 EDT 2024. Contains 372666 sequences. (Running on oeis4.)