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!)
A082113 a(n) = n^4 + 5*n^2 + 1. 2
1, 7, 37, 127, 337, 751, 1477, 2647, 4417, 6967, 10501, 15247, 21457, 29407, 39397, 51751, 66817, 84967, 106597, 132127, 162001, 196687, 236677, 282487, 334657, 393751, 460357, 535087, 618577, 711487, 814501, 928327, 1053697, 1191367 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
Main diagonal of number array A082110.
LINKS
FORMULA
a(n) = n^4 + 5*n^2 + 1.
G.f.: (1+2*x+12*x^2+2*x^3+7*x^4) / (1-x)^5. - R. J. Mathar, Dec 03 2014
E.g.f.: (1 + 6*x + 12*x^2 + 6*x^3 + x^4)*exp(x). - G. C. Greubel, Dec 22 2022
MATHEMATICA
Table[n^4+5n^2+1, {n, 0, 40}] (* or *) LinearRecurrence[{5, -10, 10, -5, 1}, {1, 7, 37, 127, 337}, 40] (* Harvey P. Dale, May 16 2019 *)
PROG
(Magma) [n^4+5*n^2+1: n in [0..40]]; // G. C. Greubel, Dec 22 2022
(SageMath) [n^4+5*n^2+1 for n in range(41)] # G. C. Greubel, Dec 22 2022
CROSSREFS
Sequence in context: A038862 A136204 A139891 * A196597 A143991 A243893
KEYWORD
easy,nonn
AUTHOR
Paul Barry, Apr 04 2003
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 19 09:40 EDT 2024. Contains 370981 sequences. (Running on oeis4.)