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.

A032497 Numbers n such that 241*2^n+1 is prime.

This page as a plain text file.
%I A032497 #22 Jul 08 2025 19:40:26
%S A032497 36,72,288,5528,8904,9876,130992
%N A032497 Numbers n such that 241*2^n+1 is prime.
%H A032497 Ray Ballinger, <a href="http://www.prothsearch.com/index.html">Proth Search Page</a>
%H A032497 Ray Ballinger & Wilfrid Keller, <a href="http://www.prothsearch.com/riesel1.html">List of primes k.2^n + 1 for k < 300</a>.
%H A032497 <a href="/index/Pri#riesel">Index entries for sequences of n such that k*2^n-1 (or k*2^n+1) is prime</a>
%o A032497 (PARI) is(n)=ispseudoprime(241*2^n+1) \\ _Charles R Greathouse IV_, Jun 07 2017
%Y A032497 Cf. A032373, A032419, A032460.
%K A032497 nonn,hard
%O A032497 1,1
%A A032497 _N. J. A. Sloane_
%E A032497 One more term (from the Ballinger-Keller web page) from _M. F. Hasler_, Apr 18 2007