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 A104827 #15 Feb 02 2025 13:18:02 %S A104827 1592653,6535897,2643383,5028841,6939937,3993751,348253,1170679, %T A104827 8086513,5822317,1725359,4930381,2881097,4612847,3165271,2712019, %U A104827 1201909,4914127,917153,1133053,3841469,1469519,6951941,9433057 %N A104827 Primes from merging of 7 successive digits in decimal expansion of Pi allowing leading zeros. %C A104827 Leading zeros are permitted so some terms may have fewer than 7 digits. For example, 223, 907, 3137, and 4229 are all terms. - _Harvey P. Dale_, May 24 2020 %H A104827 Vincenzo Librandi, <a href="/A104827/b104827.txt">Table of n, a(n) for n = 1..1000</a> %t A104827 With[{pi = FromDigits/@Partition[RealDigits[Pi, 10, 500][[1]], 7, 1]}, Select[pi, PrimeQ]] (* _Vincenzo Librandi_, Apr 21 2013 *) %Y A104827 Cf. A104819 - A104842. %K A104827 nonn,base %O A104827 1,1 %A A104827 _Zak Seidov_, Mar 27 2005