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!)
A045978 Palindromic primes that are "near miss circular primes" (all cyclic shifts except one are primes). 3
101, 181, 191, 313, 727, 757, 787, 797, 13931, 71317, 73237, 77977, 7791977 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
Patrick De Geest, Circular primes
MATHEMATICA
NearCyclPrmsUpTo10powerK[k_]:= Union@Flatten[Table[ParallelMap[If[IntegerDigits[#]== Reverse@IntegerDigits[#] && (Count[FromDigits/@
NestList[RotateLeft, IntegerDigits[#], IntegerLength[#]-1], _?PrimeQ] ==IntegerLength[#]-1), #, Nothing]&, Select[FromDigits/@ Tuples[{1, 2, 3, 5, 7, 8, 9, 0}, n], PrimeQ]], {n, 3, k}], 1]; NearCyclPrmsUpTo10powerK[7] (* Mikk Heidemaa, Apr 26 2017 *)
CROSSREFS
Sequence in context: A140037 A107209 A076613 * A325071 A238671 A269575
KEYWORD
fini,nonn,base
AUTHOR
EXTENSIONS
Corrected by Jud McCranie, Jan 04 2001
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 19 03:46 EDT 2024. Contains 371782 sequences. (Running on oeis4.)