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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A069606 a(1) = 4; a(n) = smallest number such that the juxtaposition a(1)a(2)...a(n) is a prime. 22
4, 1, 9, 11, 19, 3, 3, 41, 51, 51, 87, 19, 63, 23, 13, 29, 3, 219, 183, 27, 27, 3, 3, 27, 217, 129, 381, 59, 163, 281, 169, 57, 77, 31, 9, 9, 243, 147, 21, 239, 39, 219, 693, 37, 143, 789, 9, 163, 219, 497, 51, 301, 149, 103, 117, 309, 591, 159, 741, 131, 541, 1377, 207 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

EXAMPLE

a(5) = 19 and the number 4191119 is a prime.

MATHEMATICA

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

CROSSREFS

Cf. A069602, A069604, A046254, A074340, A092528, A069603, A069605, A069606, A069607, A069608, A069609, A069610, A069611, A111525.

Sequence in context: A067015 A158199 A091885 * A193580 A075150 A001254

Adjacent sequences:  A069603 A069604 A069605 * A069607 A069608 A069609

KEYWORD

nonn,base

AUTHOR

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

EXTENSIONS

More terms from Jason Earls (zevi_35711(AT)yahoo.com), Jun 13 2002

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 15 09:35 EST 2012. Contains 205753 sequences.