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.

A154267 a(n) = 27*n + 15.

Original entry on oeis.org

15, 42, 69, 96, 123, 150, 177, 204, 231, 258, 285, 312, 339, 366, 393, 420, 447, 474, 501, 528, 555, 582, 609, 636, 663, 690, 717, 744, 771, 798, 825, 852, 879, 906, 933, 960, 987, 1014, 1041, 1068, 1095, 1122, 1149, 1176, 1203, 1230, 1257, 1284, 1311, 1338
Offset: 0

Views

Author

Vincenzo Librandi, Jan 06 2009

Keywords

Comments

The identity (81*n^2 + 90*n + 26)^2 - (9*n^2 + 10*n + 3)*(27*n + 15)^2 = 1 can be written as A154277(n+1)^2 - A154254(n+1)*a(n)^2 = 1. - Vincenzo Librandi, Feb 03 2012

Crossrefs

Programs

Formula

G.f.: 3*(5 + 4*x)/(1-x)^2. - R. J. Mathar, Jan 05 2011
a(n) = 3*A017221(n). - R. J. Mathar, Jan 05 2011
a(n) = 2*a(n-1) - a(n-2). - Vincenzo Librandi, Feb 02 2012
E.g.f.: (27*x + 15)*exp(x). - G. C. Greubel, Sep 08 2016