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!)
A140680 a(n) = n*(3*n+16). 7
0, 19, 44, 75, 112, 155, 204, 259, 320, 387, 460, 539, 624, 715, 812, 915, 1024, 1139, 1260, 1387, 1520, 1659, 1804, 1955, 2112, 2275, 2444, 2619, 2800, 2987, 3180, 3379, 3584, 3795, 4012, 4235, 4464, 4699, 4940, 5187, 5440, 5699 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = 3*n^2 + 16*n.
a(n) = 6*n + a(n-1) + 13 (with a(0)=0). - Vincenzo Librandi, Aug 03 2010
E.g.f.: (3*x^2 + 19*x)*exp(x). - G. C. Greubel, Jul 20 2017
MATHEMATICA
a[n_]:=Sum[6*i+13, {i, 1, n}]; (* Vladimir Joseph Stephan Orlovsky, Dec 04 2008 *)
Table[n(3n+16), {n, 0, 50}] (* or *) LinearRecurrence[{3, -3, 1}, {0, 19, 44}, 50] (* Harvey P. Dale, Aug 23 2020 *)
PROG
(PARI) a(n)=n*(3*n+16) \\ Charles R Greathouse IV, Jun 17 2017
CROSSREFS
Sequence in context: A063313 A044096 A044477 * A183632 A359558 A245864
KEYWORD
nonn,easy
AUTHOR
Omar E. Pol, May 22 2008
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 26 19:27 EDT 2024. Contains 372004 sequences. (Running on oeis4.)