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!)
A199404 x-values in the solution to 13*x^2 - 12 = y^2. 2
1, 4, 7, 43, 76, 469, 829, 5116, 9043, 55807, 98644, 608761, 1076041, 6640564, 11737807, 72437443, 128039836, 790171309, 1396700389, 8619446956, 15235664443, 94023745207, 166195608484, 1025641750321, 1812916028881, 11188035508324, 19775880709207 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
When are both n+1 and 13*n+1 perfect squares? This problem gives the equation 13*x^2-12=y^2.
LINKS
FORMULA
a(n+4) = 11*a(n+2)-a(n) with a(1)=1, a(2)=4, a(3)=7, a(4)=43.
G.f.: x*(1-x)*(1+5*x+x^2)/(1-11*x^2+x^4). - Bruno Berselli, Nov 08 2011
MATHEMATICA
LinearRecurrence[{0, 11, 0, -1}, {1, 4, 7, 43}, 50] (* T. D. Noe, Nov 07 2011 *)
PROG
(Magma) m:=28; R<x>:=PowerSeriesRing(Integers(), m); Coefficients(R!(x*(1-x)*(1+5*x+x^2)/(1-11*x^2+x^4))); // Bruno Berselli, Nov 08 2011
CROSSREFS
Cf. A199405.
Sequence in context: A152450 A059213 A093102 * A284971 A139030 A115439
KEYWORD
nonn,easy
AUTHOR
Sture Sjöstedt, Nov 05 2011
EXTENSIONS
More terms from T. D. Noe, Nov 07 2011
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 17 15:44 EDT 2024. Contains 372603 sequences. (Running on oeis4.)