login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A068652 Numbers such that every cyclic permutation is a prime. 23
2, 3, 5, 7, 11, 13, 17, 31, 37, 71, 73, 79, 97, 113, 131, 197, 199, 311, 337, 373, 719, 733, 919, 971, 991, 1193, 1931, 3119, 3779, 7793, 7937, 9311, 9377, 11939, 19391, 19937, 37199, 39119, 71993, 91193, 93719, 93911, 99371, 193939, 199933, 319993 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
See the closely related sequence A016114 for further information. - N. J. A. Sloane, May 04 2017
LINKS
C. K. Caldwell, Circular Primes
P. De Geest, Circular Primes
Gianni A. Sarcone, Tourbillonnants nombres premiers, Tangente Web Site, No date.
EXAMPLE
197 is a member as all the three cyclic permutations 197,971,719 are primes.
MATHEMATICA
fQ[p_] := Module[{b = IntegerDigits[p]}, And @@ Table[PrimeQ[FromDigits[b = RotateLeft[b]]], {Length[b] - 1}]]; Select[Prime[Range[100000]], fQ] (* T. D. Noe, Mar 22 2012 *)
ecppQ[n_]:=AllTrue[FromDigits/@Table[RotateLeft[IntegerDigits[n], i], {i, IntegerLength[n]}], PrimeQ]; Select[Range[400000], ecppQ] (* The program uses the AllTrue function from Mathematica version 10 *) (* Harvey P. Dale, Nov 25 2015 *)
CROSSREFS
Sequence in context: A107845 A234901 A090934 * A003459 A276132 A202264
KEYWORD
base,nonn
AUTHOR
Amarnath Murthy, Feb 28 2002
EXTENSIONS
More terms from Martin Renner, Apr 10 2002
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 25 11:16 EDT 2024. Contains 371967 sequences. (Running on oeis4.)