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!)
A152734 5 times pentagonal numbers: 5*n*(3*n-1)/2. 14
0, 5, 25, 60, 110, 175, 255, 350, 460, 585, 725, 880, 1050, 1235, 1435, 1650, 1880, 2125, 2385, 2660, 2950, 3255, 3575, 3910, 4260, 4625, 5005, 5400, 5810, 6235, 6675, 7130, 7600, 8085, 8585, 9100, 9630, 10175, 10735, 11310, 11900, 12505, 13125, 13760, 14410 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
a(n) can be represented as a figurate number using n concentric pentagons (see example). - Omar E. Pol, Aug 21 2011
LINKS
FORMULA
a(n) = 5*A000326(n).
a(n) = a(n-1)+15*n-10 (with a(0)=0). - Vincenzo Librandi, Nov 26 2010
G.f.: 5*x*(1+2*x)/(1-x)^3. a(n) = 4*A000217(n)+A051865(n). - Bruno Berselli, Feb 11 2011
E.g.f.: (5/2)*(3*x^2 + 2*x)*exp(x). - G. C. Greubel, Jul 17 2017
From Amiram Eldar, Feb 26 2022: (Start)
Sum_{n>=1} 1/a(n) = (9*log(3) - sqrt(3)*Pi)/15.
Sum_{n>=1} (-1)^(n+1)/a(n) = 2*(sqrt(3)*Pi- 6*log(2))/15. (End)
EXAMPLE
From Omar E. Pol, Aug 22 2011 (Start):
Illustration of initial terms as concentric pentagons (in a precise representation the pentagons should be strictly concentric):
.
. o
. o o
. o o
. o o o o
. o o o o o o
. o o o o o o
. o o o o o o o o o
.o o o o o o o o o o o o
. o o o o o o o o o o o o
. o o o o o o
. o o o o o o
. o o o o o o o o o o o o
. o o
. o o
. o o o o o o o o
.
. 5 25 60
(End)
MAPLE
A152734:=n->5*n*(3*n-1)/2: seq(A152734(n), n=0..50); # Wesley Ivan Hurt, Sep 19 2014
MATHEMATICA
Table[5 n (3 n - 1)/2, {n, 0, 50}] (* Wesley Ivan Hurt, Sep 19 2014 *)
5*PolygonalNumber[5, Range[0, 50]] (* Requires Mathematica version 10 or later *) (* Harvey P. Dale, Oct 13 2020 *)
PROG
(Magma) [5*n*(3*n-1)/2 : n in [0..50]]; // Wesley Ivan Hurt, Sep 19 2014
(PARI) a(n)=5*n*(3*n-1)/2 \\ Charles R Greathouse IV, Sep 24 2015
CROSSREFS
Cf. sequences of the form n*(d*n+10-d)/2 indexed in A140090.
Sequence in context: A273357 A146412 A228169 * A080856 A060820 A182211
KEYWORD
easy,nonn
AUTHOR
Omar E. Pol, Dec 11 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 19 07:38 EDT 2024. Contains 371782 sequences. (Running on oeis4.)