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.

A027690 a(n) = n^2 + n + 5.

Original entry on oeis.org

5, 7, 11, 17, 25, 35, 47, 61, 77, 95, 115, 137, 161, 187, 215, 245, 277, 311, 347, 385, 425, 467, 511, 557, 605, 655, 707, 761, 817, 875, 935, 997, 1061, 1127, 1195, 1265, 1337, 1411, 1487, 1565, 1645, 1727, 1811, 1897, 1985, 2075, 2167, 2261, 2357, 2455, 2555
Offset: 0

Views

Author

Keywords

Crossrefs

Programs

Formula

a(n) = A176271(n+1,3) for n > 1. - Reinhard Zumkeller, Apr 13 2010
a(n) = 2*n + a(n-1) for n > 0, a(0)=5. - Vincenzo Librandi, Aug 05 2010
From Ilya Gutkovskiy, Nov 25 2016: (Start)
G.f.: (5 - 8*x + 5*x^2)/(1 - x)^3.
Sum_{n>=0} 1/a(n) = Pi*tanh(sqrt(19)*Pi/2)/sqrt(19) = 0.720729156259... (End)
From Elmo R. Oliveira, Oct 28 2024: (Start)
E.g.f.: (5 + 2*x + x^2)*exp(x).
a(n) = 3*a(n-1) - 3*a(n-2) + a(n-3) for n > 2. (End)

Extensions

Corrected by T. D. Noe, Nov 09 2006
Definition and offset fixed by Franklin T. Adams-Watters, Jul 06 2009