Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A113890
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A113890 Smallest prime of the form: all eights followed by prime(n). a(n)> prime(n). 0 if no such prime exists. +0
1
0, 83, 0, 887, 811, 88813, 88817, 8819, 823, 829, 8831, 8837, 88888841, 88843, 88888888888888888888888888888847, 853, 859, 8861, 8867, 888871, 88873, 88888879, 883, 88888888888889, 88897, 8101, 888103, 8888107, 888109 (list; graph; listen)
OFFSET

1,2

COMMENT

Prime(n) is all zeros followed by prime(n).This is all eights followed by prime(n). Conjecture:a(n) is non zero if n >3.

EXAMPLE

a(4) = 887, as 87 is composite, prime(4) = 7.

MAPLE

cat2 := proc(a, b) a*10^(max(1, ilog10(b)+1))+b ; end: A002282 := proc(n) 8*(10^n-1)/9 ; end: A113890 := proc(n) local p, a, n8 ; p := ithprime(n) ; for n8 from 1 to 120 do a := cat2(A002282(n8), p) ; if isprime(a) then return(a) ; fi ; od: RETURN(0) ; end: seq(A113890(n), n=1..35) ; - R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Jan 31 2008

CROSSREFS

Cf. A113884, A114785, A113886, A113887, A114788, A114789.

Sequence in context: A015077 A015040 A116296 this_sequence A051327 A033403 A134456

Adjacent sequences: A113887 A113888 A113889 this_sequence A113891 A113892 A113893

KEYWORD

base,nonn

AUTHOR

Amarnath Murthy (amarnath_murthy(AT)yahoo.com), Nov 18 2005

EXTENSIONS

More terms from R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Jan 31 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 18 20:14 EST 2008. Contains 147244 sequences.


AT&T Labs Research