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.

A334095 Primes p for which A329697(p) == 5.

This page as a plain text file.
%I A334095 #8 Apr 18 2020 19:45:01
%S A334095 127,139,163,173,191,197,199,211,223,229,263,269,271,277,311,317,331,
%T A334095 349,359,367,373,397,421,439,457,461,467,479,499,503,541,563,569,587,
%U A334095 607,617,619,647,661,677,701,733,739,751,761,857,877,887,919,937,997,1009,1031,1049,1061,1069,1123,1187,1193,1213,1229,1231
%N A334095 Primes p for which A329697(p) == 5.
%C A334095 Primes p of the form of the form A334104(n) + 1, for some n >= 1.
%H A334095 Antti Karttunen, <a href="/A334095/b334095.txt">Table of n, a(n) for n = 1..1454; all terms < 2^31</a>
%o A334095 (PARI)
%o A334095 A329697(n) = if(!bitand(n,n-1),0,1+A329697(n-(n/vecmax(factor(n)[, 1]))));
%o A334095 isA334095(n) = (isprime(n)&&(5==A329697(n)));
%Y A334095 Primes in A334105.
%Y A334095 Cf. A000040, A010051, A052126, A171462, A329697, A334104.
%Y A334095 Cf. also A019434, A334092, A334093, A334094, A334096.
%K A334095 nonn
%O A334095 1,1
%A A334095 _Antti Karttunen_, Apr 14 2020