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.

A158591 a(n) = 36*n^2 + 1.

Original entry on oeis.org

1, 37, 145, 325, 577, 901, 1297, 1765, 2305, 2917, 3601, 4357, 5185, 6085, 7057, 8101, 9217, 10405, 11665, 12997, 14401, 15877, 17425, 19045, 20737, 22501, 24337, 26245, 28225, 30277, 32401, 34597, 36865, 39205, 41617, 44101, 46657, 49285, 51985, 54757, 57601
Offset: 0

Views

Author

Vincenzo Librandi, Mar 22 2009

Keywords

Comments

The identity (36*n^2 + 1)^2 - (324*n^2 + 18)*(2*n)^2 = 1 can be written as a(n)^2 - A158590(n)*A005843(n)^2 = 1.

Crossrefs

Programs

Formula

a(n) = 3*a(n-1) - 3*a(n-2) + a(n-3).
G.f.: -(1+34*x+37*x^2)/(x-1)^3.
From Amiram Eldar, Mar 14 2023: (Start)
Sum_{n>=0} 1/a(n) = (coth(Pi/6)*Pi/6 + 1)/2.
Sum_{n>=0} (-1)^n/a(n) = (cosech(Pi/6)*Pi/6 + 1)/2. (End)
From Elmo R. Oliveira, Jan 16 2025: (Start)
E.g.f.: exp(x)*(1 + 36*x + 36*x^2).
a(n) = A247792(2*n). (End)

Extensions

Comment rewritten, formula replaced by R. J. Mathar, Oct 28 2009