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!)
A100041 a(n) = 2*n^2 + n - 7. 13
-7, -4, 3, 14, 29, 48, 71, 98, 129, 164, 203, 246, 293, 344, 399, 458, 521, 588, 659, 734, 813, 896, 983, 1074, 1169, 1268, 1371, 1478, 1589, 1704, 1823, 1946, 2073, 2204, 2339, 2478, 2621, 2768, 2919, 3074, 3233, 3396, 3563, 3734, 3909, 4088, 4271, 4458, 4649 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
FORMULA
A100035(a(n)) = 5 for n>3.
a(n) = A014105(n) - 7 = A084849(n) - 8 = A100040(n) - 2.
From G. C. Greubel, Jul 15 2017: (Start)
G.f.: (7 - 17 x + 6 x^2)/(-1 + x)^3.
E.g.f.: (2*x^2 + 3*x - 7)*exp(x). (End)
MATHEMATICA
Table[2*n^2 + n - 7, {n, 0, 50}] (* G. C. Greubel, Jul 15 2017 *)
LinearRecurrence[{3, -3, 1}, {-7, -4, 3}, 50] (* Harvey P. Dale, Mar 25 2021 *)
PROG
(PARI) a(n)=2*n^2+n-7 \\ Charles R Greathouse IV, Jun 17 2017
CROSSREFS
Sequence in context: A364488 A065477 A272526 * A193968 A153840 A198351
KEYWORD
sign,easy
AUTHOR
Reinhard Zumkeller, Oct 31 2004
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 8 23:08 EDT 2024. Contains 372341 sequences. (Running on oeis4.)