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!)
A088894 Polynexus numbers of order 16. 8
0, 1, 656, 64895, 2263323, 40728358, 464160877, 3788798018, 23985732786, 124343403711, 548683300726, 2120490369833, 7334132330405, 23085114905772, 67009386720139, 181293280189204, 461148470725844 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
LINKS
Index entries for linear recurrences with constant coefficients, signature (16,-120,560,-1820,4368,-8008,11440,-12870,11440,-8008,4368,-1820,560,-120,16,-1).
FORMULA
a(n) = ((n^16-(n-1)^16)-(n^4-(n-1)^4))/65520 = ((n^16-(n-1)^16)-(n^4-(n-1)^4))/(2^16-2^4).
G.f.: x^2*(1+x)*(1+639*x+53880*x^2+1249283*x^3+10687767*x^4+38266494*x^5+59151072*x^6+38266494*x^7+10687767*x^8+1249283*x^9+53880*x^10+639*x^11+x^12)/(1-x)^16. - Bruno Berselli, Feb 08 2012
MATHEMATICA
Table[((n^16 - (n - 1)^16) - (n^4 - (n - 1)^4))/65520, {n, 20}] (* Bruno Berselli, Feb 08 2012 *)
CROSSREFS
Sequence in context: A252679 A252680 A233898 * A015277 A135418 A309963
KEYWORD
nonn,easy
AUTHOR
Xavier Acloque, Oct 21 2003
EXTENSIONS
First term added according to the formula from Bruno Berselli, Feb 08 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 May 13 03:50 EDT 2024. Contains 372497 sequences. (Running on oeis4.)