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.

A134934 a(n) = (14*n+1)^2.

Original entry on oeis.org

1, 225, 841, 1849, 3249, 5041, 7225, 9801, 12769, 16129, 19881, 24025, 28561, 33489, 38809, 44521, 50625, 57121, 64009, 71289, 78961, 87025, 95481, 104329, 113569, 123201, 133225, 143641, 154449, 165649, 177241, 189225, 201601, 214369, 227529, 241081
Offset: 0

Views

Author

Hans Isdahl, Jan 26 2008

Keywords

Comments

Number of rats in population after n years, starting with one rat at year 0 (see A016754 for more details).

Crossrefs

Sequences of the form (m*n+1)^2: A000012 (m=0), A000290 (m=1), A016754 (m=2), A016778 (m=3), A016814 (m=4), A016862 (m=5), A016922 (m=6), A016994 (m=7), A017078 (m=8), A017174 (m=9), A017282 (m=10), A017402 (m=11), A017534 (m=12), this sequence (m=14).
Cf. A016754.

Programs

Formula

O.g.f.: (1+222*x+169*x^2)/(1-x)^3 = 169/(1-x) - 560/(1-x)^2 + 392/(1-x)^3. - R. J. Mathar, Jan 31 2008
a(n) = A016754(7*n).
E.g.f.: (1 + 224*x + 196*x^2)*exp(x). - G. C. Greubel, Dec 24 2022