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!)
A069611 a(1) = 9; a(n) = smallest number such that the juxtaposition a(1)a(2)...a(n) is a prime. 22
9, 7, 1, 9, 17, 13, 33, 23, 7, 77, 31, 59, 51, 27, 7, 269, 439, 11, 429, 163, 39, 11, 463, 77, 63, 39, 33, 93, 21, 139, 53, 159, 49, 9, 291, 111, 21, 23, 349, 83, 3, 37, 11, 57, 21, 219, 507, 1233, 429, 147, 627, 127, 399, 27, 63, 423, 111, 633, 1391, 297, 831, 283 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
a(5) = 17 and the number 971917 is a prime.
MATHEMATICA
a[1] = 9; 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}] (* Robert G. Wilson v, Aug 05 2005 *)
CROSSREFS
Sequence in context: A254249 A298752 A154396 * A083995 A195357 A328968
KEYWORD
nonn,base
AUTHOR
Amarnath Murthy, Mar 26 2002
EXTENSIONS
More terms from Jason Earls, Jun 13 2002
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 07:34 EDT 2024. Contains 371905 sequences. (Running on oeis4.)