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!)
A140689 a(n) = n*(3*n + 20). 7
0, 23, 52, 87, 128, 175, 228, 287, 352, 423, 500, 583, 672, 767, 868, 975, 1088, 1207, 1332, 1463, 1600, 1743, 1892, 2047, 2208, 2375, 2548, 2727, 2912, 3103, 3300, 3503, 3712, 3927, 4148, 4375, 4608, 4847, 5092, 5343, 5600, 5863 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = 3*n^2 + 20*n.
a(n) = a(n-1) + 6*n + 17 (with a(0)=0). - Vincenzo Librandi, Dec 15 2010
a(n) = 3*a(n-1)-3*a(n-2)+a(n-3), with a(0)=0, a(1)=23, a(2)=52. - Harvey P. Dale, Apr 29 2016
From G. C. Greubel, Jul 21 2017: (Start)
G.f.: x*(23 - 17*x)/(1 - x)^3.
E.g.f.: x*(3*x + 23)*exp(x). (End)
MATHEMATICA
a[n_]:=Sum[6*i+17, {i, 1, n}]; (* Vladimir Joseph Stephan Orlovsky, Dec 04 2008 *)
Table[n(3n+20), {n, 0, 50}] (* or *) LinearRecurrence[{3, -3, 1}, {0, 23, 52}, 50] (* Harvey P. Dale, Apr 29 2016 *)
PROG
(PARI) a(n)=n*(3*n+20) \\ Charles R Greathouse IV, Jun 17 2017
CROSSREFS
Sequence in context: A281266 A165432 A067625 * A172034 A335655 A113912
KEYWORD
easy,nonn
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 March 29 11:14 EDT 2024. Contains 371278 sequences. (Running on oeis4.)