OFFSET
1,1
COMMENTS
Leading zeros are not permitted, so each term is 4 digits in length. - Harvey P. Dale, Oct 23 2011
LINKS
Vincenzo Librandi, Table of n, a(n) for n = 1..1000
Simon Plouffe, Expansion of the Golden Ratio done to 20,000 digits as part of project Gutenberg.
Eric Weisstein's World of Mathematics, Golden Ratio.
MATHEMATICA
With[{len=4}, FromDigits/@Select[Partition[RealDigits[GoldenRatio, 10, 1000][[1]], len, 1], PrimeQ[FromDigits[#]] && IntegerLength[ FromDigits[#]] == len&]] (* Harvey P. Dale, Oct 23 2011 *)
CROSSREFS
KEYWORD
nonn,base
AUTHOR
Andrew G. West (WestA(AT)wlu.edu), Mar 29 2005
EXTENSIONS
Offset changed from 0 to 1 by Vincenzo Librandi, Apr 22 2013
STATUS
approved