OFFSET
1,1
COMMENTS
Leading zeros are not permitted, so each term is 9 digits in length. - Harvey P. Dale, Oct 23 2011
Presumably all 45086079 possible terms eventually occur, probably in the first billion terms or so. - Charles R Greathouse IV, Sep 25 2012
LINKS
Vincenzo Librandi, Table of n, a(n) for n = 1..1000
Eric Weisstein's World of Mathematics, Golden Ratio.
Expansion of the Golden Ratio done to 20,000 digits as part of project Gutenberg.
MATHEMATICA
Select[FromDigits/@Partition[RealDigits[GoldenRatio, 10, 2000][[1]], 9, 1], IntegerLength[#]==9&&PrimeQ[#]&] (* Harvey P. Dale, Mar 19 2011 *)
CROSSREFS
KEYWORD
nonn,base
AUTHOR
Andrew G. West (WestA(AT)wlu.edu), Mar 29 2005
EXTENSIONS
Broken URL to Project Gutenberg replaced by Georg Fischer, Jan 03 2009
Extended by Harvey P. Dale, Mar 19 2011
STATUS
approved