OFFSET
1,2
COMMENTS
The numerator and the denominator of the n-th convergent for this number are always squarefree. Close to zeta(2) = 1.644934066848...
PROG
(PARI) /* realprecision = 202 significant digits */ v=[1]; for(k=1, 200, m=1; while(issquarefree(contfracpnqn(concat(v, [m]))[1, 1])+issquarefree(contfracpnqn(concat(v, [m]))[2, 1])<2, m++); v=concat(v, [m]); print((contfracpnqn(v)[1, 1])*1./(contfracpnqn(v)[2, 1]), ""))
CROSSREFS
KEYWORD
nonn,cons
AUTHOR
Benoit Cloitre, Jan 15 2013
STATUS
approved