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.

A001512 a(n) = (5*n+1)*(5*n+2)*(5*n+3)*(5*n+4).

Original entry on oeis.org

24, 3024, 24024, 93024, 255024, 570024, 1113024, 1974024, 3258024, 5085024, 7590024, 10923024, 15249024, 20748024, 27615024, 36060024, 46308024, 58599024, 73188024, 90345024, 110355024, 133518024, 160149024, 190578024, 225150024, 264225024, 308178024
Offset: 0

Views

Author

Keywords

Crossrefs

Programs

Formula

G.f.: 24*( x^4 + 121*x^3 + 381*x^2 + 121*x + 1 )/( 1-x )^5. - Maksym Voznyy (voznyy(AT)mail.ru), Jul 26 2009 [corrected by Jaume Oliver Lafont, Sep 19 2009]
From Amiram Eldar, Sep 20 2022: (Start)
Sum_{n>=0} 1/a(n) = sqrt(10-22/sqrt(5))*Pi/30.
Sum_{n>=0} (-1)^n/a(n) = 4*log(2)/15 - 2*log(phi)/(3*sqrt(5)), where phi is the golden ratio (A001622). (End)