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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A066737 Composite numbers that are concatenations of primes. 4
22, 25, 27, 32, 33, 35, 52, 55, 57, 72, 75, 77, 112, 115, 117, 132, 133, 135, 172, 175, 177, 192, 195, 213, 217, 219, 222, 225, 231, 232, 235, 237, 243, 247, 252, 253, 255, 259, 261, 267, 272, 273, 275, 279, 289, 292, 295, 297, 312, 315, 319, 322, 323, 325 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

FORMULA

A066737 = A152242 \ A000040 = A152242 intersect A002808. [From M. F. Hasler (www.univ-ag.fr/~mhasler), Oct 16 2009]

EXAMPLE

72 is the concatenation of primes 7 and 2. 132 is the concatenation of primes 13 and 2. 225 is the concatenation of 2, 2 and 5.

PROG

(PARI) for(n=1, 999, !isprime(n) & is_A152242(n) & print1(n", ")) [From M. F. Hasler (www.univ-ag.fr/~mhasler), Oct 16 2009]

CROSSREFS

Cf. A121609.

Sequence in context: A186780 A034304 A167459 * A121609 A092631 A061371

Adjacent sequences:  A066734 A066735 A066736 * A066738 A066739 A066740

KEYWORD

base,easy,nonn

AUTHOR

Joseph L. Pe (joseph_l_pe(AT)hotmail.com), Jan 15 2002

EXTENSIONS

More terms from Larry Reeves (larryr(AT)acm.org), Apr 03 2002

Missing terms added by M. F. Hasler (www.univ-ag.fr/~mhasler), Oct 16 2009

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

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

Last modified February 14 08:58 EST 2012. Contains 205614 sequences.