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!)
A091923 Primes whose decimal representations interpreted in base 11 are not prime. 3
11, 13, 17, 19, 23, 31, 37, 41, 47, 53, 59, 71, 73, 79, 83, 97, 101, 103, 107, 109, 113, 127, 131, 137, 149, 151, 157, 163, 167, 173, 179, 181, 191, 211, 223, 229, 233, 239, 241, 251, 257, 271, 277, 283, 293, 307, 311, 313, 317, 337, 347, 349, 359, 367, 383 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
A090862(A049084(a(n))) = 11.
LINKS
EXAMPLE
A000040(9)=23 in base 11 is 2*11^1 + 3*11^0 = 25 = 5^2, therefore 29 is a term.
MATHEMATICA
Select[Prime@Range@80, ! PrimeQ@FromDigits[IntegerDigits@#, 11] &] (* Vincenzo Librandi, Jul 01 2019 *)
PROG
(Magma) [n:n in PrimesUpTo(400)| not IsPrime(Seqint(Intseq(n), 11))]; // Marius A. Burtea, Jun 30 2019
(PARI) isok(p) = isprime(p) && (d=digits(p)) && !isprime(fromdigits(d, 11)); \\ Michel Marcus, Jun 30 2019
CROSSREFS
Cf. A091924.
Sequence in context: A293660 A046117 A240900 * A046501 A050719 A217062
KEYWORD
nonn,base
AUTHOR
Reinhard Zumkeller, Feb 13 2004
EXTENSIONS
Corrected by Zak Seidov, Feb 25 2004
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 23 03:30 EDT 2024. Contains 371906 sequences. (Running on oeis4.)