[seqfan] Re: A065589 Smallest prime beginning with exactly n 6's.

Maximilian Hasler maximilian.hasler at gmail.com
Mon Jan 12 17:36:51 CET 2009


I'm sorry, my result for n=16,26,39 was wrong,
should be
16 6666666666666666059
26 6666666666666666666666666691
39 666666666666666666666666666666666666666143
instead (I think).

Maximilian

On Mon, Jan 12, 2009 at 12:23 PM, Maximilian Hasler
<maximilian.hasler at gmail.com> wrote:
> I confirm and extend your list below, but really don't think this
> needs to be in OEIS.
> Maximilian
>
> (17:18) gp > for(i=0,50,print(i" "z(i)))
> 0 2
> 1 61
> 2 661
> 3 6661
> 4 666607
> 5 666667
> 6 66666629
> 7 66666667
> 8 666666667
> 9 6666666661
> 10 66666666667
> 11 6666666666629
> 12 66666666666629
> 13 666666666666631
> 14 66666666666666047
> 15 66666666666666601
> 16 666666666666666661
> 17 666666666666666661
> 18 66666666666666666601
> 19 66666666666666666667
> 20 666666666666666666661
> 21 6666666666666666666661
> 22 66666666666666666666667
> 23 6666666666666666666666607
> 24 66666666666666666666666617
> 25 666666666666666666666666653
> 26 6666666666666666666666666661
> 27 6666666666666666666666666661
> 28 666666666666666666666666666613
> 29 66666666666666666666666666666059
> 30 66666666666666666666666666666623
> 31 6666666666666666666666666666666011
> 32 6666666666666666666666666666666641
> 33 666666666666666666666666666666666199
> 34 6666666666666666666666666666666666047
> 35 66666666666666666666666666666666666133
> 36 66666666666666666666666666666666666643
> 37 666666666666666666666666666666666666653
> 38 6666666666666666666666666666666666666689
> 39 66666666666666666666666666666666666666667
> 40 66666666666666666666666666666666666666667
> 41 6666666666666666666666666666666666666666641
> 42 6666666666666666666666666666666666666666661
> 43 666666666666666666666666666666666666666666617
> 44 6666666666666666666666666666666666666666666641
> 45 666666666666666666666666666666666666666666666007
> 46 666666666666666666666666666666666666666666666619
> 47 66666666666666666666666666666666666666666666666013
> 48 666666666666666666666666666666666666666666666666079
> 49 6666666666666666666666666666666666666666666666666089
> 50 66666666666666666666666666666666666666666666666666091
> time = 203 ms.
> (17:18) gp > ?z
> z(n) = n=(10^n-1)/3*2;for(d=1,99,n*=10;nextprime(n)-n<10^d&break);nextprime(n)
> (17:21) gp > z(100)
> time = 188 ms.
> %60 = 6666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666197
>
> On Mon, Jan 12, 2009 at 10:33 AM, zak seidov <zakseidov at yahoo.com> wrote:
>> Can anyone plz check(/extend?) this,
>> thx, zak
>>
>> n   a(n)
>> 0   2
>> 1   61
>> 2   661
>> 3   6661
>> 4   666607
>> 5   666667
>> 6   66666629
>> 7   66666667
>> 8   666666667
>> 9   6666666661
>> 10   66666666667
>> ................
>> see
>> http://zak08.livejournal.com/3827.html
>>
>>
>>
>>
>>
>> _______________________________________________
>>
>> Seqfan Mailing list - http://list.seqfan.eu/
>>
>




More information about the SeqFan mailing list