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!)
A069605 a(1) = 3; a(n) = smallest number such that the concatenation a(1)a(2)...a(n) is a prime. 22
3, 1, 1, 9, 3, 17, 1, 3, 9, 39, 33, 53, 1, 21, 27, 113, 99, 123, 3, 91, 39, 29, 141, 87, 67, 297, 87, 333, 59, 67, 509, 103, 279, 99, 141, 107, 9, 1, 123, 83, 529, 521, 517, 137, 249, 459, 543, 583, 513, 21, 53, 1029, 657, 219, 313, 17, 237, 19, 689, 339, 307, 23 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
a(6) = 17 and the number 3119317 is a prime.
MATHEMATICA
a[1] = 3; 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: A340882 A152570 A100537 * A080510 A350772 A350783
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 19 15:03 EDT 2024. Contains 371794 sequences. (Running on oeis4.)