Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A112748
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A112748 Smallest prime of the form 4 followed by n copies of k. +0
1
41, 433, 4111, 47777, 42323232323, 4999999, 479797979797979, 43333333333333333, 4232323232323232323, 439393939393939393939, 48383838383838383838383, 4272727272727272727272727, 41111111111111 (list; graph; listen)
OFFSET

1,1

EXAMPLE

a(3) = 4111, 4 followed by three copies of 1.

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: A112748 := proc(n) local a, k; for k from 1 do a := cat3(4, k, n) ; if isprime(a) then RETURN(a) ; fi ; od: end: seq(A112748(n), n=1..20) ; - R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Feb 08 2008

CROSSREFS

Sequence in context: A008356 A068849 A083761 this_sequence A061643 A037061 A103735

Adjacent sequences: A112745 A112746 A112747 this_sequence A112749 A112750 A112751

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 25 13:47 EST 2009. Contains 167481 sequences.


AT&T Labs Research