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.

A302600 1, 2, prime numbers of prime index, and prime numbers of prime index times 2.

This page as a plain text file.
%I A302600 #5 Apr 10 2018 21:50:19
%S A302600 1,2,3,5,6,10,11,17,22,31,34,41,59,62,67,82,83,109,118,127,134,157,
%T A302600 166,179,191,211,218,241,254,277,283,314,331,353,358,367,382,401,422,
%U A302600 431,461,482,509,547,554,563,566,587,599,617,662,706,709,734,739,773
%N A302600 1, 2, prime numbers of prime index, and prime numbers of prime index times 2.
%C A302600 A prime index of n is a number m such that prime(m) divides n.
%C A302600 Also squarefree numbers whose prime indices other than 1 are equal prime numbers.
%e A302600 Entry A302242 describes a correspondence between positive integers and multiset multisystems. In this case it gives the following sequence of set systems.
%e A302600 01: {}
%e A302600 02: {{}}
%e A302600 03: {{1}}
%e A302600 05: {{2}}
%e A302600 06: {{},{1}}
%e A302600 10: {{},{2}}
%e A302600 11: {{3}}
%e A302600 17: {{4}}
%e A302600 22: {{},{3}}
%e A302600 31: {{5}}
%e A302600 34: {{},{4}}
%e A302600 41: {{6}}
%e A302600 59: {{7}}
%e A302600 62: {{},{5}}
%e A302600 67: {{8}}
%e A302600 82: {{},{6}}
%e A302600 83: {{9}}
%t A302600 Select[Range[1000],SquareFreeQ[#]&&SameQ@@DeleteCases[primeMS[#],1]&&And@@PrimeQ/@DeleteCases[primeMS[#],1]&]
%Y A302600 Cf. A000961, A001222, A003963, A005117, A007716, A056239, A275024, A047966, A281113, A296134, A301766, A302242, A302243.
%K A302600 nonn
%O A302600 1,2
%A A302600 _Gus Wiseman_, Apr 10 2018