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!)
A006323 4-dimensional analog of centered polygonal numbers. 4
1, 10, 41, 115, 260, 511, 910, 1506, 2355, 3520, 5071, 7085, 9646, 12845, 16780, 21556, 27285, 34086, 42085, 51415, 62216, 74635, 88826, 104950, 123175, 143676, 166635, 192241, 220690, 252185, 286936, 325160, 367081, 412930 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
a(n) = 7*C(n + 2, 4) + C(n + 1, 2).
G.f.: x*(-1-x^2-5*x)/(x-1)^5. - Maksym Voznyy (voznyy(AT)mail.ru), Aug 10 2009; adapted to the offset by Vincenzo Librandi, Sep 06 2013
Sum_{n>=1} 1/a(n) = 30 + 4*sqrt(21/5)*Pi*tan(sqrt(15/7)*Pi/2). - Amiram Eldar, Aug 23 2022
MATHEMATICA
CoefficientList[Series[(-1 - x^2 - 5 x) / (x - 1)^5, {x, 0, 40}], x] (* Vincenzo Librandi, Sep 06 2013 *)
LinearRecurrence[{5, -10, 10, -5, 1}, {1, 10, 41, 115, 260}, 40] (* Harvey P. Dale, Dec 27 2022 *)
PROG
(PARI) a(n) = 7*binomial(n + 2, 4) + binomial(n + 1, 2); \\ Michel Marcus, Sep 05 2013
(Magma) [7*Binomial(n+2, 4)+Binomial(n+1, 2): n in [1..40]]; // Vincenzo Librandi, Sep 06 2013
CROSSREFS
Sequence in context: A022278 A246972 A266396 * A178073 A102784 A294604
KEYWORD
nonn,easy
AUTHOR
Albert Rich (Albert_Rich(AT)msn.com)
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 01:06 EDT 2024. Contains 371964 sequences. (Running on oeis4.)