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.
%I A366846 #9 Nov 01 2023 10:02:09 %S A366846 2,4,6,8,10,12,14,16,18,20,22,24,26,28,30,32,34,36,38,40,42,44,46,48, %T A366846 50,52,54,55,56,58,60,62,64,66,68,70,72,74,76,78,80,82,84,85,86,88,90, %U A366846 92,94,96,98,100,102,104,106,108,110,112,114,116,118,120,122 %N A366846 Numbers whose odd prime indices are relatively prime. %C A366846 A prime index of n is a number m such that prime(m) divides n. The multiset of prime indices of n is row n of A112798. %e A366846 The odd prime indices of 115 are {3,9}, and these are not relatively prime, so 115 is not in the sequence. %e A366846 The odd prime indices of 825 are {3,3,5}, and these are relatively prime, so 825 is in the sequence. %t A366846 Select[Range[100], GCD@@Select[PrimePi/@First/@FactorInteger[#], OddQ]==1&] %Y A366846 Including even indices gives A289509, ones of A289508, counted by A000837. %Y A366846 The complement when including even indices is A318978, counted by A018783. %Y A366846 The nonzero complement ranks the partitions counted by A366842. %Y A366846 The version for halved even indices is A366847. %Y A366846 The odd case is A366848. %Y A366846 The partitions with these Heinz numbers are counted by A366850. %Y A366846 A000041 counts integer partitions, strict A000009 (also into odds). %Y A366846 A112798 lists prime indices, length A001222, sum A056239. %Y A366846 A257992 counts even prime indices, odd A257991. %Y A366846 A366528 adds up odd prime indices, partition triangle A113685. %Y A366846 A366531 = 2*A366533 adds up even prime indices, triangle A113686/A174713. %Y A366846 Cf. A000720, A055396, A061395, A066208, A087436, A302696, A302697, A325698, A366843, A366844, A366849. %K A366846 nonn %O A366846 1,1 %A A366846 _Gus Wiseman_, Oct 29 2023