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.

A190758 Primes p such that x^41 = 2 has a solution mod p, and p is congruent to 1 mod 41.

Original entry on oeis.org

17467, 18287, 31817, 42641, 116359, 139483, 163673, 172283, 176383, 181549, 190979, 225829, 226813, 231323, 259531, 288313, 299137, 307009, 352109, 404507, 421891, 445097, 464777, 484621, 528163, 592861, 604997, 609179, 611393, 629843
Offset: 1

Views

Author

Klaus Brockhaus, May 18 2011

Keywords

Crossrefs

Programs

  • PARI
    forprime(p=2, 700000, if(trap(, 0, sqrtn(Mod(2, p), 41); 1), if(p%41==1, print1(p, ", "))));