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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A069602 a(1) = 1; a(n) = smallest composite number such that the juxtaposition a(1)a(2)...a(n) is a prime. 9
1, 9, 9, 9, 21, 9, 51, 21, 9, 57, 301, 51, 51, 33, 209, 111, 87, 153, 121, 87, 63, 39, 77, 27, 57, 81, 129, 147, 111, 21, 147, 321, 69, 93, 153, 621, 817, 129, 81, 803, 129, 153, 451, 171, 717, 801, 959, 459, 187, 291, 231, 533, 399, 291, 289, 869, 489, 171, 381, 667, 21 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

EXAMPLE

a(5) = 21 and the number 199921 is a prime.

MATHEMATICA

a[1] = 1; a[n_] := a[n] = Block[{k = 3, c = IntegerDigits @ Table[ a[i], {i, n - 1}]}, While[PrimeQ[k] || !PrimeQ[FromDigits @ Flatten @ Append[c, IntegerDigits[k]]], k += 2]; k]; Table[ a[n], {n, 61}] (from Robert G. Wilson v (rgwv(at)rgwv.com), Aug 05 2005)

CROSSREFS

Cf. A033680, A074336, A092528.

Sequence in context: A072563 A206011 A192984 * A160761 A082049 A118662

Adjacent sequences:  A069599 A069600 A069601 * A069603 A069604 A069605

KEYWORD

nonn,base

AUTHOR

Amarnath Murthy (amarnath_murthy(AT)yahoo.com), Mar 26 2002

EXTENSIONS

More terms from Antonio G. Astudillo (afg_astudillo(AT)lycos.com), Mar 31 2003

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 16 16:51 EST 2012. Contains 205938 sequences.