On Thu, Jul 16, 2009 at 2:14 AM, Bernhard Helmes<bhel...@gmx.de> wrote:

> I need the distribution of primes
>
> p mod 8 = 1,3,5,7
> p mod 16 = 1,3,5,7,9,11,13,15
> p mod 2"n
>
> p mod 24 etc.
>
> http://beablue.selfip.net/devalco/table_of_primes.htm

Hi Bernhard,

For the first three columns of your table more terms are known - see
the following sequences in the OEIS:
http://www.research.att.com/~njas/sequences/A006880 (P)
http://www.research.att.com/~njas/sequences/A091098 (P mod 4=1)
http://www.research.att.com/~njas/sequences/A091099 (P mod 4=3)

The remaining 4 columns contains more terms than the corresponding
sequences in the OEIS:
http://www.research.att.com/~njas/sequences/A091126 (P mod 8=1)
http://www.research.att.com/~njas/sequences/A091127 (P mod 8=3)
http://www.research.att.com/~njas/sequences/A091128 (P mod 8=5)
http://www.research.att.com/~njas/sequences/A091129 (P mod 8=7)

It would be nice if you submit missing terms into the OEIS.

Regards,
Max
_______________________________________________
Prime mailing list
Prime@hogranch.com
http://hogranch.com/mailman/listinfo/prime

Reply via email to