Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A160954
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A160954 a(n+1)=smallest n-digit prime formed by appending a digit to a(n); a(1)=18. +0
1
18, 181, 1811, 18119, 181193, 1811939 (list; graph; listen)
OFFSET

1,1

COMMENT

There is no prime a(7) since 18119390 to 18119399 are all composite.

EXAMPLE

a(1)=18, a(2)=181, a(4)=1811, a(5)=18119, a(6)=181193, a(7)=1811939.

MAPLE

A160954 :=proc(n) option remember ; local d; if n =1 then 18; else for d from 1 to 9 by 2 do if isprime(10*prochame n+d) then RETURN(10*procnam n+d 0 ; fi; end: seq(A160954(n), n=1..10) ; (R. J. Mathar, May 26 2009)

CROSSREFS

Cf. A000040, A160751.

Sequence in context: A004410 A140325 A155669 this_sequence A160955 A026091 A155665

Adjacent sequences: A160951 A160952 A160953 this_sequence A160955 A160956 A160957

KEYWORD

base,easy,fini,full,nonn,uned

AUTHOR

Juri-Stepan Gerasimov (2stepan(AT)rambler.ru), May 31 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 December 5 20:25 EST 2009. Contains 170428 sequences.


AT&T Labs Research