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!)
A024392 a(n) = 3rd elementary symmetric function of the first n+2 positive integers congruent to 2 mod 3. 6
80, 806, 4040, 14155, 39655, 95200, 204036, 400830, 734910, 1273910, 2107820, 3353441, 5159245, 7710640, 11235640, 16010940, 22368396, 30701910, 41474720, 55227095, 72584435, 94265776, 121092700, 153998650, 194038650, 242399430 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
a(n) = n*(n+1)*(n+2)*(3*n+7)*(9*n^2+33*n+22)/48.
G.f.: -x*(80+246*x+78*x^2+x^3) / (x-1)^7 . - R. J. Mathar, Oct 08 2011
MATHEMATICA
Table[n (n + 1) (n + 2) (3 n + 7) (9 n^2 + 33 n + 22) / 48, {n, 1, 50}] (* Vincenzo Librandi, Jul 07 2019 *)
PROG
(Magma) [n*(n+1)*(n+2)*(3*n+7)*(9*n^2+33*n+22)/48: n in [1..40]]; // Vincenzo Librandi, Jul 07 2019
CROSSREFS
Sequence in context: A164753 A279745 A062911 * A200550 A052519 A246545
KEYWORD
nonn,easy
AUTHOR
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 24 22:17 EDT 2024. Contains 371964 sequences. (Running on oeis4.)