cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A024213 a(n) = 3rd elementary symmetric function of first n+2 positive integers congruent to 1 mod 3.

Original entry on oeis.org

28, 418, 2485, 9605, 28700, 72128, 159978, 322770, 604560, 1066450, 1790503, 2884063, 4484480, 6764240, 9936500, 14261028, 20050548, 27677490, 37581145, 50275225, 66355828, 86509808, 111523550, 142292150, 179829000, 225275778
Offset: 1

Views

Author

Keywords

Crossrefs

Cf. A286718.

Programs

  • Magma
    [n*(n+1)*(n+2)*(3*n+5)*(9*n^2+21*n-2)/48: n in [1..30]]; // Vincenzo Librandi, Oct 10 2011

Formula

a(n) = n*(n+1)*(n+2)*(3n+5)*(9n^2+21*n-2)/48.
G.f. -x*(28+222*x+147*x^2+8*x^3) / (x-1)^7 . - R. J. Mathar, Oct 08 2011
From Wolfdieter Lang, Jul 30 2017: (Start)
E.g.f.: x*exp(x)*(1344 + 8688*x + 10520*x^2 + 4122*x^3 + 594*x^4 + 27*x^5)/48.
a(n) = A286718(n+2, n-1), n >= 1. (End)