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!)
A159466 Positive numbers y such that y^2 is of the form x^2 + (x+127)^2 with integer x. 4
113, 127, 145, 533, 635, 757, 3085, 3683, 4397, 17977, 21463, 25625, 104777, 125095, 149353, 610685, 729107, 870493, 3559333, 4249547, 5073605, 20745313, 24768175, 29571137, 120912545, 144359503, 172353217, 704729957, 841388843, 1004548165 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
(-15, a(1)) and (A129992(n), a(n+1)) are solutions (x, y) to the Diophantine equation x^2 + (x+127)^2 = y^2.
Lim_{n -> infinity} a(n)/a(n-3) = 3 + 2*sqrt(2).
Lim_{n -> infinity} a(n)/a(n-1) = (129 + 16*sqrt(2))/127 for n mod 3 = {0, 2}.
Lim_{n -> infinity} a(n)/a(n-1) = (34947 + 21922*sqrt(2))/127^2 for n mod 3 = 1.
LINKS
FORMULA
a(n) = 6*a(n-3) - a(n-6)for n > 6; a(1)=113, a(2)=127, a(3)=145, a(4)=533, a(5)=635, a(6)=757.
G.f.: (1-x)*(113+240*x+385*x^2+240*x^3+113*x^4) / (1-6*x^3+x^6).
a(3*k-1) = 127*A001653(k) for k >= 1.
EXAMPLE
(-15, a(1)) = (-15, 113) is a solution: (-15)^2 + (-15+127)^2 = 225 + 12544 = 12769 = 113^2.
(A129992(1), a(2)) = (0, 127) is a solution: 0^2 + (0+127)^2 = 16129 = 127^2.
(A129992(3), a(4)) = (308, 533) is a solution: 308^2 + (308+127)^2 = 94864 + 189225 = 284089 = 533^2.
MATHEMATICA
LinearRecurrence[{0, 0, 6, 0, 0, -1}, {113, 127, 145, 533, 635, 757}, 50] (* Harvey P. Dale, Feb 06 2015 *)
PROG
(PARI) {forstep(n=-16, 500000000, [1, 3], if(issquare(2*n^2+254*n+16129, &k), print1(k, ", ")))}
(Magma) I:=[113, 127, 145, 533, 635, 757]; [n le 6 select I[n] else 6*Self(n-3) - Self(n-6): n in [1..30]]; // G. C. Greubel, Jun 15 2018
CROSSREFS
Cf. A129992, A001653, A156035 (decimal expansion of 3+2*sqrt(2)), A159467 (decimal expansion of (129+16*sqrt(2))/127), A159468 (decimal expansion of (34947+21922*sqrt(2))/127^2).
Sequence in context: A214503 A054033 A167843 * A284598 A060591 A214847
KEYWORD
nonn,easy
AUTHOR
Klaus Brockhaus, Apr 13 2009
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 April 19 21:09 EDT 2024. Contains 371798 sequences. (Running on oeis4.)