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 A361723 #47 May 19 2024 11:50:21 %S A361723 1228537713709,23352869714018,28703237474266,144785865481702, %T A361723 161394923966449,168975708209638,174748809066898,207552241231357, %U A361723 278215179205531,312303328909720,592248982143877,812939886634531,939100782752014,983930290209021,1111161494544274 %N A361723 Numbers k such that there are 18 primes between 100*k and 100*k + 99. %C A361723 There are A261571(18) = 948729 possible patterns for centuries having 18 primes. %H A361723 Brian Kehrig, <a href="/A361723/b361723.txt">Table of n, a(n) for n = 1..39</a> (terms up to 10^16) %H A361723 Note (Apr 24 2024): An older version of the b-file missed a(33) and a(38). The present b-file is correct. %e A361723 1228537713709 is in the sequence because there are 18 primes between 122853771370900 and 122853771370999: 122853771370900 + x, where x is one of (1, 3, 7, 19, 21, 27, 31, 33, 37, 49, 51, 61, 69, 73, 87, 91, 97, or 99). %o A361723 (PARI) isok(k) = sum(i=0, 99, isprime(100*k + i)) == 18; \\ _Michel Marcus_, Mar 23 2023 %Y A361723 Cf. A038822 (number of primes between 100n and 100n+99), A186311 (first occurrences). %Y A361723 Cf. A181098 (no primes), A186393-A186408 (1 to 16 primes), A186509 (17 primes). %Y A361723 Cf. A261571 (number of patterns for centuries with n primes). %K A361723 nonn %O A361723 1,1 %A A361723 _Brian Kehrig_, Mar 21 2023