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!)
A144312 a(n) = 5*n*(5*n + 1)/2. 7
0, 15, 55, 120, 210, 325, 465, 630, 820, 1035, 1275, 1540, 1830, 2145, 2485, 2850, 3240, 3655, 4095, 4560, 5050, 5565, 6105, 6670, 7260, 7875, 8515, 9180, 9870, 10585, 11325, 12090, 12880, 13695, 14535, 15400, 16290, 17205, 18145, 19110, 20100 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = A000217(5*n).
a(n) = a(n-1) + 25*n - 10 (with a(0) = 0). - Vincenzo Librandi, Nov 25 2010
From Stefano Spezia, Jun 12 2021: (Start)
O.g.f.: 5*x*(3 + 2*x)/(1 - x)^3.
E.g.f.: 5*exp(x)*x*(6 + 5*x)/2.
a(n) = 3*a(n-1) - 3*a(n-2) + a(n-3) for n > 2. (End)
PROG
(PARI) a(n)=5*n*(5*n+1)/2 \\ Charles R Greathouse IV, Jun 17 2017
CROSSREFS
Sequence in context: A043972 A226196 A179741 * A062025 A211797 A172436
KEYWORD
nonn,easy
AUTHOR
Reinhard Zumkeller, Sep 17 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 19:02 EDT 2024. Contains 371798 sequences. (Running on oeis4.)