Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A100552
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A100552 Single-digits primes, followed recursively by 2k-digit primes obtained by concatenation of pairs of distinct k-digit primes of the sequence. +0
1
2, 3, 5, 7, 23, 37, 53, 73, 5323 (list; graph; listen)
OFFSET

1,1

COMMENT

The sequence is finite because there is only one 4-digit prime from which no further 8-digit primes can be obtained

as there are no 4-digit partners left.

EXAMPLE

Start from the 4 single-digit primes 2,3,5,7. Construct all 2-digit primes

with prime digits (to get the first 8 elements of A019546). Add

the 4-digit primes obtained by concatenation of the previous 2-digit primes.

MATHEMATICA

a={2, 3, 5, 7} (* two digits primes*) b=Delete[Union[Flatten[Table[If[PrimeQ[a[[n]]*10+a[[m]]]==True, a[[n]]*10+a[[m]], 0], {n, 1, 4}, {m, 1, 4}], 1]], 1] (* only one four digit prime combination exists*) c=Delete[Union[Flatten[Table[If[PrimeQ[b[[n]]*100+b[[m]]]==True, b[[n]]*100+b[[m]], 0], {n, 1, 4}, {m, 1, 4}], 1]], 1] (* no eight digit prime of this type exists*) d=If[PrimeQ[c[[1]]*10000+c[[1]]]==True, c[[1]]*100+c[[1]], 0] Join[a, b, c]

CROSSREFS

Sequence in context: A124674 A020994 A085823 this_sequence A155873 A106711 A048398

Adjacent sequences: A100549 A100550 A100551 this_sequence A100553 A100554 A100555

KEYWORD

nonn,base,fini,full,less

AUTHOR

Roger L. Bagula (rlbagulatftn(AT)yahoo.com), Nov 27 2004

EXTENSIONS

Edited by the associate editors of the OEIS, Jun 28 2009

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified November 27 14:50 EST 2009. Contains 167570 sequences.


AT&T Labs Research