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 A163612 #31 Apr 03 2023 10:36:11 %S A163612 437389,510287,541529,562357,604013,749809,781051,853949,874777, %T A163612 968503,978917,1030987,1249681,1322579,1437133,1541273,1562101, %U A163612 1655827,1812037,1947419,1978661,2030731,2124457,2166113,2186941,2280667,2634743,2655571,2686813,2759711 %N A163612 Primes of form 5207*n + 1. %C A163612 5207*84+1=437389 is the first term in the sequence. %C A163612 This is not a subsequence of A059236. %C A163612 437389 = A059236(908), 510287 = A059236(1046), 541529 = A059236(1106). %C A163612 3228341, 3624073 and 8091679 belong to this sequence but not to A059236. - _Joerg Arndt_ and _Arkadiusz Wesolowski_, Jun 26 2011 %H A163612 Arkadiusz Wesolowski, <a href="/A163612/b163612.txt">Table of n, a(n) for n = 1..1000</a> %H A163612 G. L. Honaker, Jr. and Chris Caldwell, <a href="https://t5k.org/curios/cpage/19229.html">Prime Curios! 5207</a> %t A163612 Select[Table[5207*n + 1, {n, 0, 530, 2}], PrimeQ] (* _Arkadiusz Wesolowski_, Mar 05 2011 *) %o A163612 (Magma) [5207*n+1 : n in [0..530 by 2] | IsPrime(5207*n+1)]; // _Arkadiusz Wesolowski_, Mar 05 2011 %o A163612 (PARI) forstep(n=0, 530, 2, if(isprime(x=(5207*n+1)), print1(x, ", "))); \\ _Arkadiusz Wesolowski_, Mar 05 2011 %Y A163612 Cf. A059236, A194944, A194945. %K A163612 nonn %O A163612 1,1 %A A163612 _Arkadiusz Wesolowski_, Aug 01 2009