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.

A154519 a(n) = 216*n + 12.

Original entry on oeis.org

228, 444, 660, 876, 1092, 1308, 1524, 1740, 1956, 2172, 2388, 2604, 2820, 3036, 3252, 3468, 3684, 3900, 4116, 4332, 4548, 4764, 4980, 5196, 5412, 5628, 5844, 6060, 6276, 6492, 6708, 6924, 7140, 7356, 7572, 7788, 8004, 8220, 8436, 8652
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 A154515(n)^2 - A154517(n)*a(n)^2 = 1 (see also the second comment at A154515).

Crossrefs

Programs

Formula

G.f.: x*(228 - 12*x)/(x-1)^2. - Vincenzo Librandi, Jan 30 2012 [corrected by Georg Fischer, May 12 2019]
a(n) = 2*a(n-1) - a(n-2). - Vincenzo Librandi, Jan 30 2012
a(n) = 12*A161705(n). - Michel Marcus, Aug 19 2018