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.

A154518 a(n) = 216*n - 12.

Original entry on oeis.org

204, 420, 636, 852, 1068, 1284, 1500, 1716, 1932, 2148, 2364, 2580, 2796, 3012, 3228, 3444, 3660, 3876, 4092, 4308, 4524, 4740, 4956, 5172, 5388, 5604, 5820, 6036, 6252, 6468, 6684, 6900, 7116, 7332, 7548, 7764, 7980, 8196, 8412, 8628
Offset: 1

Views

Author

Vincenzo Librandi, Jan 11 2009

Keywords

Comments

The identity (648*n^2 - 72*n + 1)^2 - (9*n^2 - n)*(216*n - 12)^2 = 1 can be written as A154514(n)^2 - A154516(n)*a(n)^2 = 1 (see also the second comment at A154514). - Vincenzo Librandi, Jan 30 2012

Crossrefs

Programs

Formula

From R. J. Mathar, Jul 29 2009: (Start)
a(n) = 12*(18n-1).
O.g.f.: 12*x*(17+x)/(x-1)^2. (End)
a(n) = 2*a(n-1) - a(n-2).