OFFSET
1,1
COMMENTS
This sequence gives the radii of circles of positive integer radius which have the integer parts of their circumferences prime.
MATHEMATICA
Select[Range[10^3], PrimeQ[Round[2 Pi # ]] &]
CROSSREFS
KEYWORD
easy,nonn
AUTHOR
Joseph L. Pe, Dec 17 2002
STATUS
approved