Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A033664
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A033664 Every suffix is prime. +0
14
2, 3, 5, 7, 13, 17, 23, 37, 43, 47, 53, 67, 73, 83, 97, 103, 107, 113, 137, 167, 173, 197, 223, 283, 307, 313, 317, 337, 347, 353, 367, 373, 383, 397, 443, 467, 503, 523, 547, 607, 613, 617, 643, 647, 653, 673, 683, 743, 773, 797, 823, 853, 883, 907, 937, 947 (list; graph; listen)
OFFSET

1,1

COMMENT

Primes in which repeatedly deleting the most significant digit gives a prime at every step until a single digit prime remains.

Every digit string containing the least significant digit is prime. - Amarnath Murthy (amarnath_murthy(AT)yahoo.com), Sep 24 2003

LINKS

T. D. Noe, Table of n, a(n) for n=1..8779

Eric Weisstein's World of Mathematics, Link to a section of The World of Mathematics.

PROGRAM

(PARI) {fileO="b033664.txt"; lim=8779; v=vector(lim); v[1]=2; v[2]=3; v[3]=5; v[4]=7; j=4; write(fileO, "1 2"); write(fileO, "2 3"); write(fileO, "3 5"); write(fileO, "4 7"); p10=1; until(0, p10*=10; j0=j; for(k=1, 9, k10=k*p10; for(i=1, j0, if(j==lim, break(3)); z=k10+v[i]; if(isprime(z), j++; v[j]=z; write(fileO, j, " ", z); )))); } [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), Sep 20 2008]

CROSSREFS

Cf. A024785, A032437, A020994, A024770, A052023, A052024, A052025, A050986, A050987.

Cf. A024770, A069866.

Sequence in context: A155777 A067905 A042993 this_sequence A024785 A069866 A125772

Adjacent sequences: A033661 A033662 A033663 this_sequence A033665 A033666 A033667

KEYWORD

nonn,base,easy,nice

AUTHOR

N. J. A. Sloane (njas(AT)research.att.com).

EXTENSIONS

More terms from Erich Friedman (erich.friedman(AT)stetson.edu).

page 1

Search completed in 0.003 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 December 9 14:43 EST 2009. Contains 170430 sequences.


AT&T Labs Research