Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A112749
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A112749 Smallest prime of the form 5 followed by n copies of some digit k. +0
1
53, 577, 5333, 59999, 511111, 5111111111111, 59999999, 577777777, 5171717171717171717, 59999999999, 52727272727272727272727, 5111111111111, 53333333333333, 577777777777777, 5111111111111111 (list; graph; listen)
OFFSET

1,1

EXAMPLE

a(3) = 5333, 5 followed by three copies of 3.

MAPLE

cat3 := proc(a, b, n) local resu, i ; resu := a ; for i from 1 to n do resu := resu*10^( max(1, ilog10(b)+1) )+b ; od: RETURN(resu) ; end: A112749 := proc(n) local a, k; for k from 1 do a := cat3(5, k, n) ; if isprime(a) then RETURN(a) ; fi ; od: end: seq(A112749(n), n=1..20) ; - R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Feb 08 2008

CROSSREFS

Sequence in context: A053736 A142209 A165555 this_sequence A096707 A027007 A142780

Adjacent sequences: A112746 A112747 A112748 this_sequence A112750 A112751 A112752

KEYWORD

base,nonn

AUTHOR

Amarnath Murthy (amarnath_murthy(AT)yahoo.com), Jan 02 2006

EXTENSIONS

More terms from R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Feb 08 2008

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