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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A073676 Rearrangement of odd numbers not divisible by 5 such that every right concatenation of terms is a prime. 0
3, 1, 7, 21, 23, 19, 33, 9, 39, 27, 59, 43, 51, 47, 117, 61, 287, 97, 129, 83, 49, 17, 171, 157, 107, 91, 29, 109, 191, 397, 221, 103, 63, 99, 123, 321, 149, 207, 393, 699, 133, 539, 93, 387, 309, 273, 79, 1121, 249, 457, 243, 213, 137, 643, 443, 693, 67, 1023, 381, 623, 939, 169, 663, 89, 153, 679, 227, 1027 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

COMMENTS

The number 11 finally appears as a(201).

EXAMPLE

3,31,3119,311951,31195117 are all prime.

MATHEMATICA

used={3}; num=3; Do[n=1; d=IntegerDigits[num]; While[MemberQ[used, n] || !PrimeQ[newNum=FromDigits[Join[d, IntegerDigits[n]]]], n=n+2]; AppendTo[used, n]; num=newNum, {50}]; used

CROSSREFS

Sequence in context: A096643 A199656 A036575 * A194583 A060487 A165781

Adjacent sequences:  A073673 A073674 A073675 * A073677 A073678 A073679

KEYWORD

base,nonn

AUTHOR

Amarnath Murthy (amarnath_murthy(AT)yahoo.com), Aug 11 2002

EXTENSIONS

Corrected and extended by T. D. Noe (noe(AT)sspectra.com), Jan 25 2011

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 21:07 EST 2012. Contains 205856 sequences.