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.

A028993 Odd 10-gonal (or decagonal) numbers.

Original entry on oeis.org

1, 27, 85, 175, 297, 451, 637, 855, 1105, 1387, 1701, 2047, 2425, 2835, 3277, 3751, 4257, 4795, 5365, 5967, 6601, 7267, 7965, 8695, 9457, 10251, 11077, 11935, 12825, 13747, 14701, 15687, 16705, 17755, 18837, 19951, 21097, 22275, 23485, 24727, 26001, 27307, 28645
Offset: 0

Views

Author

Keywords

Crossrefs

Programs

Formula

a(n) = (2*n+1)*(8*n+1). - N. J. A. Sloane
G.f.: -(7*x^2+24*x+1)/(x-1)^3. - Colin Barker, Nov 18 2012
Sum_{n>=0} 1/a(n) = (4*log(2) + (sqrt(2)+1)*Pi + 2*sqrt(2)*log(1+sqrt(2)))/12. - Amiram Eldar, Feb 27 2022
From Elmo R. Oliveira, Oct 27 2024: (Start)
E.g.f.: exp(x)*(1 + 26*x + 16*x^2).
a(n) = A005408(n)*A017077(n) = A001107(2*n+1).
a(n) = 3*a(n-1) - 3*a(n-2) + a(n-3) for n > 2. (End)