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.

A317637 a(n) = n*(n+1)*(n+3).

Original entry on oeis.org

0, 8, 30, 72, 140, 240, 378, 560, 792, 1080, 1430, 1848, 2340, 2912, 3570, 4320, 5168, 6120, 7182, 8360, 9660, 11088, 12650, 14352, 16200, 18200, 20358, 22680, 25172, 27840, 30690, 33728, 36960, 40392, 44030, 47880, 51948, 56240, 60762, 65520, 70520, 75768, 81270, 87032
Offset: 0

Views

Author

Renzo Remotti, Aug 02 2018

Keywords

Crossrefs

Cf. A077414.

Programs

  • Mathematica
    Table[n*(n + 1)*(n + 3), {n, 0, 43}] (* Giovanni Resta, Aug 10 2018 *)

Formula

a(n) = 2*A077414(n+1).
Sum_{n>=1} 1/a(n) = 7/36. - Amiram Eldar, Oct 07 2020
Sum_{n>=1} (-1)^(n+1)/a(n) = 2*log(2)/3 - 13/36. - Amiram Eldar, Feb 22 2022