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.

A082109 Third row of number array A082105.

Original entry on oeis.org

1, 13, 33, 61, 97, 141, 193, 253, 321, 397, 481, 573, 673, 781, 897, 1021, 1153, 1293, 1441, 1597, 1761, 1933, 2113, 2301, 2497, 2701, 2913, 3133, 3361, 3597, 3841, 4093, 4353, 4621, 4897, 5181, 5473, 5773, 6081, 6397, 6721, 7053, 7393, 7741, 8097, 8461
Offset: 0

Views

Author

Paul Barry, Apr 03 2003

Keywords

Crossrefs

Column 2 of array A188646.

Programs

Formula

a(n) = 4*n^2 + 8*n + 1.
a(n) = a(n-1) + 8*n + 4, with a(0)=1. - Vincenzo Librandi, Aug 08 2010
G.f.: (1 + 10*x - 3*x^2)/(1-x)^3. - Bruno Berselli, Apr 18 2011
E.g.f.: (1 + 12*x + 4*x^2)*exp(x). - G. C. Greubel, Dec 22 2022
From Amiram Eldar, Jan 18 2023: (Start)
Sum_{n>=0} 1/a(n) = 1/6 - cot(sqrt(3)*Pi/2)*sqrt(3)*Pi/12.
Sum_{n>=0} (-1)^n/a(n) = cosec(sqrt(3)*Pi/2)*sqrt(3)*Pi/12 - 1/6. (End)