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 A358529 #10 May 08 2024 08:52:15 %S A358529 3,5,7,9,10,12,15,16,19,22,24,25,28,30,31,33,35,37,40,43,45,47,51,52, %T A358529 54,59,62,63,66,67,69,71,72,73,77,78,80,81,83,85,87,88,91,92,95,97,98, %U A358529 100,102,106,107,111,115,118,119,122,124,125,126,128,133,136 %N A358529 Indices of the primes in A358528. %C A358529 This sequence, together with A358531 and A356347, partition the set of positive integers >= 3. %F A358529 a(n) = A233671(n) + 1. %e A358529 n 1 2 3 4 5 6 7 %e A358529 k 3 5 7 9 10 12 15 %e A358529 p(n) 5 11 17 23 29 37 47 %t A358529 t = Select[2 + Range[140], %t A358529 Prime[#] - Prime[# - 1] > Prime[# - 1] - Prime[# - 2] &] (* A358529 *) %t A358529 Prime[t] (* A358528 *) %Y A358529 Cf. A358528, A358530, A358531, A181424, A356347. %K A358529 nonn,easy %O A358529 1,1 %A A358529 _Clark Kimberling_, Nov 21 2022