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!)
A139577 a(n) = n*(2*n + 11). 6
0, 13, 30, 51, 76, 105, 138, 175, 216, 261, 310, 363, 420, 481, 546, 615, 688, 765, 846, 931, 1020, 1113, 1210, 1311, 1416, 1525, 1638, 1755, 1876, 2001, 2130, 2263, 2400, 2541, 2686, 2835, 2988, 3145, 3306, 3471, 3640, 3813, 3990 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = 2*n^2 + 11*n.
a(n) = a(n-1) + 4*n + 9 (with a(0)=0). - Vincenzo Librandi, Nov 24 2010
MATHEMATICA
s=0; lst={s}; Do[s+=n++ +13; AppendTo[lst, s], {n, 0, 7!, 4}]; lst (* Vladimir Joseph Stephan Orlovsky, Nov 19 2008 *)
Table[n(2n+11), {n, 0, 50}] (* or *) LinearRecurrence[{3, -3, 1}, {0, 13, 30}, 50] (* Harvey P. Dale, Mar 17 2019 *)
PROG
(PARI) a(n)=n*(2*n+11) \\ Charles R Greathouse IV, Jun 17 2017
CROSSREFS
Sequence in context: A104817 A048450 A216193 * A172463 A329950 A183445
KEYWORD
easy,nonn
AUTHOR
Omar E. Pol, May 19 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 23 11:35 EDT 2024. Contains 371912 sequences. (Running on oeis4.)