The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A052454 Positive integer values of k such that 10*k^2 - 9 is a square. 4
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 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
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]
EXAMPLE
25 is a term of the sequence since 10*25^2-9 = 6241 = 79^2.
MATHEMATICA
LinearRecurrence[{0, 0, 38, 0, 0, -1}, {1, 3, 13, 25, 111, 493}, 50] (* Paolo Xausa, Mar 18 2024 *)
CROSSREFS
Sequence in context: A056714 A120074 A056706 * A330718 A284108 A366939
KEYWORD
nonn,easy
AUTHOR
John W. Layman, May 20 2003
EXTENSIONS
More terms from Bruno Berselli, Jan 29 2013
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified May 20 19:00 EDT 2024. Contains 372720 sequences. (Running on oeis4.)