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!)
A088892 Polynexus numbers of order 14. 6
0, 1, 291, 16096, 356232, 4411517, 36621423, 227095448, 1128128568, 4708376529, 17078744419, 55199550120, 161993768080, 438011626365, 1103841220991, 2616890599056, 5880356075792, 12602902382337 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
LINKS
Index entries for linear recurrences with constant coefficients, signature (14,-91,364,-1001,2002,-3003,3432,-3003,2002,-1001,364,-91,14,-1).
FORMULA
a(n) = ((n^14-(n-1)^14)-(n^2-(n-1)^2))/16380 = ((n^14-(n-1)^14)-(n^2-(n-1)^2))/(2^14-2^2).
G.f.: x^2*(1+x)*(1+276*x+11837*x^2+145168*x^3+638914*x^4+1068728*x^5+638914*x^6+145168*x^7+11837*x^8+276*x^9+x^10)/(1-x)^14. - Bruno Berselli, Feb 08 2012
MATHEMATICA
Table[((n^14 - (n - 1)^14) - (n^2 - (n - 1)^2))/16380, {n, 20}] (* Bruno Berselli, Feb 08 2012 *)
LinearRecurrence[{14, -91, 364, -1001, 2002, -3003, 3432, -3003, 2002, -1001, 364, -91, 14, -1}, {0, 1, 291, 16096, 356232, 4411517, 36621423, 227095448, 1128128568, 4708376529, 17078744419, 55199550120, 161993768080, 438011626365}, 20] (* Harvey P. Dale, Mar 04 2024 *)
CROSSREFS
Sequence in context: A123913 A031695 A158254 * A098248 A185999 A048956
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 April 19 18:05 EDT 2024. Contains 371798 sequences. (Running on oeis4.)