The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A264852 a(n) = n*(n + 1)*(n + 2)*(9*n - 7)/12. 1
0, 1, 22, 100, 290, 665, 1316, 2352, 3900, 6105, 9130, 13156, 18382, 25025, 33320, 43520, 55896, 70737, 88350, 109060, 133210, 161161, 193292, 230000, 271700, 318825, 371826, 431172, 497350, 570865, 652240, 742016, 840752, 949025, 1067430, 1196580, 1337106 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
COMMENTS
Partial sums of 20-gonal (or icosagonal) pyramidal numbers. Therefore, this is the case k=9 of the general formula n*(n + 1)*(n + 2)*(k*n - k + 2)/12, which is related to 2*(k+1)-gonal pyramidal numbers.
LINKS
OEIS Wiki, Figurate numbers
Eric Weisstein's World of Mathematics, Pyramidal Number
FORMULA
G.f.: x*(1 + 17*x)/(1 - x)^5.
a(n) = Sum_{k = 0..n} A172082(k).
a(n) = 5*a(n-1) - 10*a(n-2) + 10*a(n-3) - 5*a(n-4) + a(n-5). - Vincenzo Librandi, Nov 27 2015
MATHEMATICA
Table[n (n + 1) (n + 2) (9 n - 7)/12, {n, 0, 50}]
PROG
(Magma) [n*(n+1)*(n+2)*(9*n-7)/12: n in [0..50]]; // Vincenzo Librandi, Nov 27 2015
(PARI) a(n)=n*(n+1)*(n+2)*(9*n-7)/12 \\ Charles R Greathouse IV, Jul 26 2016
CROSSREFS
Cf. A172082.
Cf. similar sequences with formula n*(n+1)*(n+2)*(k*n-k+2)/12 listed in A264850.
Sequence in context: A026909 A262914 A262329 * A044273 A044654 A156795
KEYWORD
nonn,easy
AUTHOR
Ilya Gutkovskiy, Nov 26 2015
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 June 10 08:08 EDT 2024. Contains 373256 sequences. (Running on oeis4.)