cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A242715 Prime divisors of 2^3510-1, listed with multiplicities.

Original entry on oeis.org

3, 3, 3, 3, 7, 11, 19, 31, 73, 79, 131, 151, 271, 331, 631, 811, 937, 1171, 2731, 3511, 3511, 6553, 8191, 10531, 15121, 23311, 65521, 86113, 87211, 107251, 121369, 262657, 348031, 409891, 446473, 1024921, 1969111, 4633201, 7623851, 18837001, 22366891, 29121769
Offset: 1

Views

Author

Felix Fröhlich, May 21 2014

Keywords

Crossrefs

The corresponding sequence for 1093 is A172290.
Cf. A001220.

Programs

  • PARI
    forprime(n=2, 1e6, m=n; while(Mod(2,m)^3510-1==0, print1(n, ", "); m=m*n))

Extensions

More terms from Amiram Eldar, Oct 07 2019