login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A065990
The first n base-5 digits of Pi expressed in decimal forms a prime.
1
1, 6, 102, 131, 230
OFFSET
1,2
EXAMPLE
The first 6 quinary digits of Pi (A004604) are 303232 = 9817 in decimal, which is a prime.
MATHEMATICA
Do[ If[ PrimeQ[ FromDigits[ First[ RealDigits[Pi, 5, n]], 5]], Print[n]], {n, 1, 3600} ]
CROSSREFS
Cf. A004604.
Sequence in context: A266683 A196960 A218462 * A306406 A344400 A277662
KEYWORD
base,nonn
AUTHOR
Robert G. Wilson v, Dec 10 2001
STATUS
approved