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.

A334096 Primes p for which A329697(p) == 6.

This page as a plain text file.
%I A334096 #6 Apr 18 2020 19:45:08
%S A334096 283,347,379,383,419,431,463,487,491,509,523,547,557,571,599,631,643,
%T A334096 653,683,691,709,719,727,743,757,787,797,811,829,853,859,907,911,941,
%U A334096 991,1013,1033,1051,1087,1091,1093,1109,1117,1129,1151,1163,1171,1181,1277,1289,1381,1399,1451,1453,1493,1511,1523,1559,1571,1583,1607
%N A334096 Primes p for which A329697(p) == 6.
%C A334096 Primes p of the form of the form A334105(n) + 1, for some n >= 1.
%H A334096 Antti Karttunen, <a href="/A334096/b334096.txt">Table of n, a(n) for n = 1..4827; all terms < 2^31</a>
%o A334096 (PARI)
%o A334096 A329697(n) = if(!bitand(n,n-1),0,1+A329697(n-(n/vecmax(factor(n)[, 1]))));
%o A334096 isA334096(n) = (isprime(n)&&(6==A329697(n)));
%Y A334096 Primes in A334106.
%Y A334096 Cf. A000040, A010051, A052126, A171462, A329697, A334105.
%Y A334096 Cf. also A019434, A334092, A334093, A334094, A334095.
%K A334096 nonn
%O A334096 1,1
%A A334096 _Antti Karttunen_, Apr 14 2020