OFFSET
1,1
COMMENTS
Some terms in the sequence are less than 4 digits because leading zeros are permitted.
LINKS
K. D. Bajpai, Table of n, a(n) for n = 1..3094
EXAMPLE
a(1) = 3527 which is prime. It is the first occurrence of 4 successive digit prime in decimal expansion of sqrt(3), i.e., 1.73205080756887729(3527)44634151...
MATHEMATICA
t=Sqrt[3]; With[{k=FromDigits/@Partition[RealDigits[t, 10, 25000][[1]], 4, 1]}, Select[k, PrimeQ]]
CROSSREFS
KEYWORD
nonn,base
AUTHOR
K. D. Bajpai, Apr 17 2014
STATUS
approved