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.

A157912 a(n) = 64*n^2 + 16.

Original entry on oeis.org

80, 272, 592, 1040, 1616, 2320, 3152, 4112, 5200, 6416, 7760, 9232, 10832, 12560, 14416, 16400, 18512, 20752, 23120, 25616, 28240, 30992, 33872, 36880, 40016, 43280, 46672, 50192, 53840, 57616, 61520, 65552, 69712, 74000, 78416, 82960, 87632, 92432, 97360, 102416
Offset: 1

Views

Author

Vincenzo Librandi, Mar 09 2009

Keywords

Comments

The identity (8*n^2 + 1)^2 - (64*n^2 + 16)*n^2 = 1 can be written as A081585(n)^2 - a(n)*n^2 = 1. - Vincenzo Librandi, Feb 09 2012

Crossrefs

Programs

Formula

From Vincenzo Librandi, Feb 09 2012: (Start)
G.f.: x*(80+32*x+16*x^2)/(1-x)^3.
a(n) = 3*a(n-1) - 3*a(n-2) + a(n-3). (End)
From Amiram Eldar, Mar 07 2023: (Start)
Sum_{n>=1} 1/a(n) = (coth(Pi/2)*Pi/2 - 1)/32.
Sum_{n>=1} (-1)^(n+1)/a(n) = (1 - cosech(Pi/2)*Pi/2)/32. (End)
From Elmo R. Oliveira, Jan 16 2025: (Start)
E.g.f.: 16*(exp(x)*(4*x^2 + 4*x + 1) - 1).
a(n) = 16*A053755(n). (End)