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.

A166150 a(n) = 5*n^2 + 5*n - 9.

Original entry on oeis.org

1, 21, 51, 91, 141, 201, 271, 351, 441, 541, 651, 771, 901, 1041, 1191, 1351, 1521, 1701, 1891, 2091, 2301, 2521, 2751, 2991, 3241, 3501, 3771, 4051, 4341, 4641, 4951, 5271, 5601, 5941, 6291, 6651, 7021, 7401, 7791, 8191, 8601, 9021, 9451, 9891, 10341
Offset: 1

Views

Author

Vincenzo Librandi, Oct 08 2009

Keywords

Comments

First differences are in A008592.

Crossrefs

Cf. A008592.

Programs

Formula

a(n) = a(n-1) + 10*n (with a(1)=1).
G.f.: x*(1+18*x-9*x^2)/(1-x)^3. - Vincenzo Librandi, Sep 13 2013
From G. C. Greubel, May 01 2016: (Start)
a(n) = 3*a(n-1) - 3*a(n-2) + a(n-3).
E.g.f.: (5*x^2 + 10*x - 9)*exp(x) + 9. (End)
Sum_{n>=1} 1/a(n) = 1/9 + (Pi/sqrt(205))*tan(sqrt(41/5)*Pi/2). - Amiram Eldar, Feb 20 2023

Extensions

a(29)-a(45) corrected by Charles R Greathouse IV, Jan 11 2012
New name from Charles R Greathouse IV, Jan 11 2012