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.

A158444 a(n) = 16*n^2 + 4.

Original entry on oeis.org

20, 68, 148, 260, 404, 580, 788, 1028, 1300, 1604, 1940, 2308, 2708, 3140, 3604, 4100, 4628, 5188, 5780, 6404, 7060, 7748, 8468, 9220, 10004, 10820, 11668, 12548, 13460, 14404, 15380, 16388, 17428, 18500, 19604, 20740, 21908, 23108, 24340, 25604, 26900, 28228
Offset: 1

Views

Author

Vincenzo Librandi, Mar 19 2009

Keywords

Comments

The identity (8*n^2 + 1)^2 - (16*n^2 + 4)*(2*n)^2 = 1 can be written as A081585(n)^2 - a(n)*A005843(n)^2 = 1. [rewritten by Bruno Berselli, Sep 06 2011]
Sequence found by reading the line from 20, in the direction 20, 68, ... in the square spiral whose vertices are the generalized decagonal numbers A074377. - Omar E. Pol, Nov 02 2012

Crossrefs

Programs

Formula

From Bruno Berselli, Sep 06 2011: (Start)
G.f.: 4*x*(5 + 2*x + x^2)/(1-x)^3.
a(n) = 4*A053755(n). (End)
From Amiram Eldar, Mar 05 2023: (Start)
Sum_{n>=1} 1/a(n) = (coth(Pi/2)*Pi/2 - 1)/8.
Sum_{n>=1} (-1)^(n+1)/a(n) = (1 - cosech(Pi/2)*Pi/2)/8. (End)
E.g.f.: 4*(exp(x)*(4*x^2 + 4*x + 1) - 1). - Elmo R. Oliveira, Jan 27 2025