A094136 Values x of smallest positive pair (x,y) satisfying x^2 - 2*y^2 = -+d, where d=A058529(n).
1, 1, 1, 5, 1, 3, 7, 1, 1, 9, 9, 3, 1, 5, 11, 3, 1, 5, 13, 1, 13, 3, 7, 1, 5, 15, 3, 7, 1, 17, 5, 17, 17, 1, 7, 9, 5, 3, 1, 7, 19, 19, 5, 3, 1, 7, 21, 9, 21, 21, 1, 11, 7, 23, 5, 9, 3, 1, 23, 23, 7, 5, 3, 1, 25, 7, 11, 25, 25, 5, 13, 9, 1, 7, 11, 5, 3, 9, 1, 27, 29, 7, 11, 29, 3, 1, 29, 29, 7, 29, 5
Offset: 1
Keywords
Examples
A058529(6) = 41; (3, 5), (7, 2), (11, 9), (13, 8), ... are pairs satisfying x^2 - 2*y^2 = -+41; (3, 5) is the smallest one, so a(6) = 3.
Programs
-
PARI
{sp(d)=local(m,b,z,x,y);m=d+2;b=1;z=1;while(b&&z
1&&v[k]<7,b=0));if(b>0,print1(sp(n)[1],",")))}
Extensions
Edited, corrected and extended by Klaus Brockhaus May 31 2004
Comments