login
This site is supported by donations to The OEIS Foundation.

 

Logo


Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A090422 Primes that cannot be written in binary representation as concatenation of other primes. 4
2, 3, 5, 7, 13, 17, 19, 37, 41, 53, 67, 73, 89, 97, 101, 103, 107, 131, 137, 139, 149, 163, 193, 197, 199, 211, 227, 257, 263, 269, 277, 281, 293, 307, 311, 313, 331, 389, 397, 401, 409, 419, 421, 443, 449, 461, 521, 523, 547, 557, 569, 571, 577, 587, 593 (list; graph; refs; listen; history; text; internal format)
OFFSET

1,1

COMMENTS

A090418(a(n)) = 1; subsequence of A090421.

LINKS

Reinhard Zumkeller, Table of n, a(n) for n = 1..10000

PROG

(Haskell)

a090422 n = a090422_list !! (n-1)

a090422_list = filter ((== 1) . a090418 . fromInteger) a000040_list

-- Reinhard Zumkeller, Aug 07 2012

CROSSREFS

Cf. A090423, A000040, A004676, A007088.

Sequence in context: A152961 A109461 A138539 * A005109 A247980 A234851

Adjacent sequences:  A090419 A090420 A090421 * A090423 A090424 A090425

KEYWORD

nonn,base

AUTHOR

Reinhard Zumkeller, Nov 30 2003

EXTENSIONS

Based on corrections in A090418, data recomputed by Reinhard Zumkeller, Aug 07 2012

STATUS

approved

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

Content is available under The OEIS End-User License Agreement .

Last modified September 11 03:39 EDT 2015. Contains 261513 sequences.