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.

A182331 Primes of the form 6^k + 1.

This page as a plain text file.
%I A182331 #19 Sep 15 2022 06:30:03
%S A182331 2,7,37,1297
%N A182331 Primes of the form 6^k + 1.
%C A182331 No other terms for k < 3000. - _T. D. Noe_, Apr 25 2012
%C A182331 Apart from the first term, the exponents must be powers of two. Like Fermat primes, there are probably only finitely many terms.  No more terms for k < 2^28 = 268435456. - _Charles R Greathouse IV_, Jul 16 2012
%H A182331 Wilfrid Keller, <a href="http://www.prothsearch.com/GFN06.html">Prime factors of generalized Fermat numbers F_m(6) and complete factoring status</a>
%t A182331 Select[Table[6^n + 1, {n, 0, 100}], PrimeQ] (* _T. D. Noe_, Apr 25 2012 *)
%o A182331 (PFGW) ABC2 6^(2^$a)+1
%o A182331 a: from 0 to 18
%o A182331 // _Charles R Greathouse IV_, Jul 16 2012
%Y A182331 Cf. A057735, A182330.
%K A182331 nonn
%O A182331 1,1
%A A182331 _Alex Ratushnyak_, Apr 25 2012