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”).

A065991
The first n base-4 digits of Pi expressed in decimal forms a prime.
0
OFFSET
1,2
EXAMPLE
The first 62 quaternary digits of Pi (A004603) are 30210033312222020201122030020310301030121202202320003130013031 = 16703571626015105435307505830654230989 in decimal, which is a prime.
MATHEMATICA
Do[ If[ PrimeQ[ FromDigits[ First[ RealDigits[Pi, 4, n]], 4]], Print[n]], {n, 1, 4000} ]
CROSSREFS
Cf. A004603.
Sequence in context: A092709 A308436 A137219 * A206833 A206841 A206895
KEYWORD
base,nonn,bref
AUTHOR
Robert G. Wilson v, Dec 10 2001
STATUS
approved