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!)
A049260 Smallest nonnegative value taken on by n*x^2 - y^2 for an infinite number of integer pairs (x, y). 1
0, 1, 2, 0, 1, 2, 3, 4, 0, 1, 2, 3, 1, 5, 6, 0, 1, 2, 2, 4, 3, 2, 7, 8, 0, 1, 2, 3, 1, 5, 3, 7, 8, 9, 10, 0, 1, 2, 3, 4, 1, 6, 2, 7, 5, 5, 11, 12, 0, 1, 2, 3, 1, 2, 6, 7, 3, 1, 2, 11, 1, 13, 14, 0, 1, 2, 2, 4, 5, 5, 7, 8, 1, 1, 11, 3, 7, 14, 15, 16, 0, 1, 2, 3, 1, 2, 6, 7, 1, 9, 3, 7, 3, 5, 14, 15, 1 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
LINKS
MATHEMATICA
f[n_, z_] := FindInstance[x > 0 && y > 0 && n*x^2 - y^2 == z, {x, y}, Integers, 1]; a[n_] := For[z = 0, True, z++, fz = f[n, z]; If[fz =!= {}, Print["a(", n, ") = ", z, " {x, y} = ", {x, y} /. fz[[1]]]; Return[z]]]; Array[a, 97] (* Jean-François Alcover, Oct 11 2016 *)
CROSSREFS
Sequence in context: A318601 A306814 A241382 * A273294 A053186 A066628
KEYWORD
nonn
AUTHOR
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 23 18:16 EDT 2024. Contains 371916 sequences. (Running on oeis4.)