A052454 Positive integer values of k such that 10*k^2 - 9 is a square.
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
Examples
25 is a term of the sequence since 10*25^2-9 = 6241 = 79^2.
Links
- Paolo Xausa, Table of n, a(n) for n = 1..1000
- Index entries for linear recurrences with constant coefficients, signature (0,0,38,0,0,-1).
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