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.

A309533 Numbers k such that (144^k + 1)/145 is prime.

This page as a plain text file.
%I A309533 #16 Sep 05 2021 19:39:42
%S A309533 23,41,317,3371,45259,119671
%N A309533 Numbers k such that (144^k + 1)/145 is prime.
%C A309533 The corresponding primes are terms of A059055. - _Bernard Schott_, Aug 09 2019
%t A309533 Do[p=Prime[n]; If[PrimeQ[(144^p + 1)/145], Print[p]], {n, 1, 1000000}]
%o A309533 (PARI) is(n)=ispseudoprime((144^n+1)/145)
%Y A309533 Cf. A000978, A007658, A057171, A057172, A057173, A057175, A001562, A057177, A057178, A057179, A057180, A057181, A057182, A057183, A057184, A057185, A057186, A057187, A057188, A057189, A057190, A057191, A071380, A071381, A071382, A126856, A185240.
%K A309533 nonn,more
%O A309533 1,1
%A A309533 _Paul Bourdelais_, Aug 06 2019