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!)
A088890 Polynexus numbers of order 8. 6
0, 1, 25, 234, 1290, 5115, 16211, 43700, 104244, 226005, 453805, 855646, 1530750, 2619279, 4313895, 6873320, 10638056, 16048425, 23665089, 34192210, 48503410, 67670691, 92996475, 126048924, 168700700, 223171325 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
LINKS
FORMULA
a(n) = ((n^8-(n-1)^8)-(n^2-(n-1)^2))/252 = ((n^8-(n-1)^8)-(n^2-(n-1)^2))/(2^8-2^2).
G.f.: x^2*(1+x)*(1+16*x+46*x^2+16*x^3+x^4)/(1-x)^8. - Bruno Berselli, Feb 10 2012
MATHEMATICA
Table[((n^8 - (n - 1)^8) - (n^2 - (n - 1)^2))/252, {n, 26}] (* Bruno Berselli, Feb 10 2012 *)
LinearRecurrence[{8, -28, 56, -70, 56, -28, 8, -1}, {0, 1, 25, 234, 1290, 5115, 16211, 43700}, 30] (* Harvey P. Dale, Nov 24 2019 *)
CROSSREFS
Sequence in context: A081195 A221930 A160222 * A108178 A278849 A294290
KEYWORD
nonn,easy
AUTHOR
Xavier Acloque, Oct 21 2003
EXTENSIONS
First term added according to the formula from Bruno Berselli, Feb 10 2012
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 March 29 03:51 EDT 2024. Contains 371264 sequences. (Running on oeis4.)