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.

A001505 a(n) = (4n+1)(4n+2)(4n+3).

Original entry on oeis.org

6, 210, 990, 2730, 5814, 10626, 17550, 26970, 39270, 54834, 74046, 97290, 124950, 157410, 195054, 238266, 287430, 342930, 405150, 474474, 551286, 635970, 728910, 830490, 941094, 1061106, 1190910, 1330890, 1481430, 1642914, 1815726, 2000250, 2196870, 2405970
Offset: 0

Views

Author

Keywords

Crossrefs

Cf. A015219.

Programs

Formula

a(n) = 6 * A015219(n).
Sum_{n>=0} 1/a(n) = log(2)/4 = 0.17328679513998... [Jolley eq. 253. Typo fixed by Jaume Oliver Lafont, Jan 09 2009]
G.f.: 6*(1+x)*(x^2+30*x+1) / (x-1)^4. - R. J. Mathar, Apr 02 2011
Sum_{n>=0} (-1)^n/a(n) = (sqrt(2)-1)*Pi/8. - Amiram Eldar, Sep 17 2022
E.g.f.: 2*exp(x)*(3 + 102*x + 144*x^2 + 32*x^3). - Stefano Spezia, Aug 24 2025