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.

A052454 Positive integer values of k such that 10*k^2 - 9 is a square.

Original entry on oeis.org

1, 3, 13, 25, 111, 493, 949, 4215, 18721, 36037, 160059, 710905, 1368457, 6078027, 26995669, 51965329, 230804967, 1025124517, 1973314045, 8764510719, 38927735977, 74933968381, 332820602355, 1478228842609, 2845517484433, 12638418378771
Offset: 1

Views

Author

John W. Layman, May 20 2003

Keywords

Examples

			25 is a term of the sequence since 10*25^2-9 = 6241 = 79^2.
		

Crossrefs

Programs

  • Mathematica
    LinearRecurrence[{0, 0, 38, 0, 0, -1}, {1, 3, 13, 25, 111, 493}, 50] (* Paolo Xausa, Mar 18 2024 *)

Formula

a(n) = 38*a(n-3)-a(n-6).
G.f.: x*(1-x)*(1+4*x+17*x^2+4*x^3+x^4)/(1-38*x^3+x^6). [Colin Barker, Jun 13 2012]

Extensions

More terms from Bruno Berselli, Jan 29 2013