OFFSET
1,1
COMMENTS
There is no other term with less than 111 digits.
a(4) has 1506 digits. - Hiroaki Yamanouchi, Sep 11 2014
EXAMPLE
Decimal expansion of sqrt(5) begins: 2.23606797749978969640917366... - Wesley Ivan Hurt, May 26 2014
MATHEMATICA
Module[{d=25, f}, f=RealDigits[Sqrt[5], 10, d][[1]]; Select[ Table[ FromDigits[ Take[f, n]], {n, d}], PrimeQ]] (* Harvey P. Dale, Oct 29 2020 *)
CROSSREFS
KEYWORD
nonn,base,bref
AUTHOR
Felix Fröhlich, May 23 2014
STATUS
approved