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 A175102 #48 Aug 03 2024 15:06:17 %S A175102 1,60,64,41192,41194,41247,41250,41252,41257,41259,41261,41263,41265, %T A175102 41267,41273,41275,41277,41279,41287,41317,41319,41321,41323,41325, %U A175102 41327,41328,41329,41335,41336,41338,41339,41341,41389,41393,41397,41399,41401,41404,41406,41408,41412,41444,41448,42112 %N A175102 1, followed by list of numbers n such that the number of strong primes and the number of weak primes are equal at the n-th prime. %C A175102 Also, indices of zeros in A092243. - _N. J. A. Sloane_, Mar 13 2016 %H A175102 N. J. A. Sloane and Chai Wah Wu, <a href="/A175102/b175102.txt">Table of n, a(n) for n = 1..20000</a>, terms for n = 1..446 from N. J. A. Sloane. %H A175102 Chris Caldwell and G. L. Honaker, Jr., <a href="https://t5k.org/curios/page.php?curio_id=22821">Prime Curio for 281</a> %o A175102 (PARI) my(c=1, q=3, r=2, s=0); print1(c, ", "); forprime(p=5, default(primelimit), c++;(s+=sign(r+0-2*(r=q)+q=p))||print1(c, ", ")) \\ _M. F. Hasler_, Dec 03 2010 %Y A175102 Cf. A051634, A051635, A092243. %K A175102 nonn %O A175102 1,2 %A A175102 _G. L. Honaker, Jr._, Dec 02 2010 %E A175102 More terms from _Chris K. Caldwell_