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.

A017222 a(n) = (9*n + 5)^2.

Original entry on oeis.org

25, 196, 529, 1024, 1681, 2500, 3481, 4624, 5929, 7396, 9025, 10816, 12769, 14884, 17161, 19600, 22201, 24964, 27889, 30976, 34225, 37636, 41209, 44944, 48841, 52900, 57121, 61504, 66049, 70756
Offset: 0

Views

Author

Keywords

Crossrefs

Sequences of the form (m*n+5)^2: A010864 (m=0), A000290 (m=1), A016754 (m=2), A016790 (m=3), A016814 (m=4), A016850 (m=5), A016970 (m=6), A017042 (m=7), A017126 (m=8), this sequence (m=9), A017330 (m=10), A017450 (m=11), A017582 (m=12).

Programs

Formula

a(n) = A017221(n)^2.
a(n) = 3*a(n-1) - 3*a(n-2) + a(n-3). - Harvey P. Dale, May 22 2012
G.f.: (25 + 121*x + 16*x^2)/(1-x)^3. - R. J. Mathar, Mar 20 2018
From G. C. Greubel, Dec 29 2022: (Start)
a(2*n+1) = 4*A017246(n).
a(n) = a(n-1) + 9*(18*n + 1).
E.g.f.: (25 + 171*x + 81*x^2)*exp(x). (End)