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!)
A140674 a(n) = n*(3*n + 17)/2. 13
0, 10, 23, 39, 58, 80, 105, 133, 164, 198, 235, 275, 318, 364, 413, 465, 520, 578, 639, 703, 770, 840, 913, 989, 1068, 1150, 1235, 1323, 1414, 1508, 1605, 1705, 1808, 1914, 2023, 2135, 2250, 2368, 2489, 2613, 2740, 2870, 3003, 3139 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = (3*n^2 + 17*n)/2.
a(n) = 7*n + 3*A000217(n). - Reinhard Zumkeller, May 28 2008
a(n) = 3*n + a(n-1) + 7 (with a(0)=0). - Vincenzo Librandi, Aug 03 2010
G.f.: x*(10 - 7*x)/(1 - x)^3. - Arkadiusz Wesolowski, Dec 24 2011
E.g.f.: (1/2)*(3*x^2 + 20*x)*exp(x). - G. C. Greubel, Jul 17 2017
MATHEMATICA
Table[(3*n^2 + 17*n)/2, {n, 0, 50}] (* G. C. Greubel, Jul 17 2017 *)
PROG
(PARI) a(n)=n*(3*n+17)/2 \\ Charles R Greathouse IV, Jun 17 2017
(Magma) [n*(3*n + 17)/2: n in [0..70]]; // Wesley Ivan Hurt, Apr 21 2021
CROSSREFS
The generalized pentagonal numbers b*n+3*n*(n-1)/2, for b = 1 through 12, form sequences A000326, A005449, A045943, A115067, A140090, A140091, A059845, A140672, A140673, A140674, A140675, A151542.
Sequence in context: A341261 A154033 A275238 * A072245 A135277 A156202
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 25 03:15 EDT 2024. Contains 371964 sequences. (Running on oeis4.)