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.

A302132 Numbers k such that 3*k^k - 2 is prime.

This page as a plain text file.
%I A302132 #16 Sep 02 2024 16:44:03
%S A302132 3,1571,2601
%N A302132 Numbers k such that 3*k^k - 2 is prime.
%C A302132 The terms greater than or equal to 1571 correspond to probable primes.
%C A302132 a(4) > 25000, if it exists. - _Michael S. Branicky_, Sep 02 2024
%o A302132 (PARI) isok(k) = ispseudoprime(3*k^k - 2); \\ _Altug Alkan_, Apr 02 2018
%Y A302132 Numbers k such that b*k^k - b + 1 is prime: A110931 (b=2), this sequence (b=3), A301521 (b=4), A302123 (b=6), A302133 (b=8), A302134 (b=9), A302136 (b=10).
%K A302132 nonn,more
%O A302132 1,1
%A A302132 _Seiichi Manyama_, Apr 02 2018