login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A073928 Smallest prime q of form q=-1+(c+1)*10^w, where c runs through composites not divisible by 3. 0
499, 89, 109, 149, 1699, 2099, 229, 25999, 269, 289999, 3299, 349, 359, 389, 409, 449, 469999999999999999, 499, 509, 52999, 5599999, 569, 58999999999999999, 6299, 64999999999999, 659, 6899, 709, 7499, 769, 77999, 809, 829, 859, 8699 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

EXAMPLE

88 is the 36th composite which is not divisible by 3; a(36)=-1+(88+1)*10^33=88999999999999999999999999999999999, i.e. 88 followed by 33 copies of digit 9.

MATHEMATICA

c[x_] := FixedPoint[x+PrimePi[ # ]+1&, x] Table[fl=1; k=0; Do[s=(c[m]+1)*10^n-1; If[PrimeQ[s]&&(fl==1)&&!Equal[Mod[c[m], 3], 0], Print[s]; fl=0], {n, 1, 100}], {m, 1, 256}]

CROSSREFS

Cf. A055785, A002808.

Sequence in context: A064255 A067917 A093249 * A045299 A106761 A178044

Adjacent sequences:  A073925 A073926 A073927 * A073929 A073930 A073931

KEYWORD

base,nonn

AUTHOR

Labos E. (labos(AT)ana.sote.hu), Sep 03 2002

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 17 02:08 EST 2012. Contains 205978 sequences.