OFFSET
1,1
COMMENTS
Continued fraction expansion is 5 followed by {10} repeated. - Harry J. Smith, Jun 03 2009
In the Gaussian moat problem, a moat of width sqrt(26) exists. - Paul Muljadi, Jan 28 2011
LINKS
Harry J. Smith, Table of n, a(n) for n = 1..20000
Ellen Gethner, Stan Wagon and Brian Wick, A stroll through the Gaussian primes, American Mathematical Monthly 105 (1998), 327-337.
EXAMPLE
5.09901951359278483002822410902278198956377094609959640758497080442...
MATHEMATICA
RealDigits[N[Sqrt[26], 200]][[1]] (* Vladimir Joseph Stephan Orlovsky, Feb 22 2011 *)
PROG
(PARI) default(realprecision, 20080); x=sqrt(26); for (n=1, 20000, d=floor(x); x=(x-d)*10; write("b010481.txt", n, " ", d)); \\ Harry J. Smith, Jun 03 2009
CROSSREFS
KEYWORD
nonn,cons
AUTHOR
STATUS
approved