The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A278699 Primes p such that every suffix of the base-4 representation of p is a prime. 1
2, 3, 7, 11, 19, 23, 43, 59, 67, 71, 83, 107, 131, 139, 151, 199, 211, 251, 263, 467, 523, 571, 619, 643, 787, 811, 827, 839, 907, 919, 967, 1019, 1031, 1091, 1163, 1223, 1667, 1811, 1931, 2131, 2179, 2311, 2887, 3067, 3079, 3083, 3203, 3271, 3323, 3539, 3643, 3691, 3911, 4091, 4099, 4139 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
All numbers in the sequence are of the form 4n+3, except the number 2.
LINKS
EXAMPLE
23 is in the sequence, since 23 is prime, and the suffixes of 23 (113 base 4), 13 base 4 (7 base 10) and 3, are all prime.
MATHEMATICA
With[{b = 4}, Select[Prime@ Range[10^3], Function[k, Times @@ Boole@ Map[PrimeQ@ FromDigits[Take[k, -#], b] &, Range[Length@ k - 1]] == 1]@ IntegerDigits[#, b] &]] (* Michael De Vlieger, Dec 01 2016 *)
CROSSREFS
Sequence in context: A195602 A105897 A129386 * A238569 A064270 A235633
KEYWORD
nonn,base
AUTHOR
Randy L. Ekl, Nov 26 2016
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 May 21 05:34 EDT 2024. Contains 372728 sequences. (Running on oeis4.)