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 A101084 #14 Sep 08 2022 08:45:15 %S A101084 0,6,8,14,18,30,36,50,86,90,96,110,114,116,126,128,134,138,140,156, %T A101084 158,174,186,194,200,204,218,236,258,260,266,278,294,296,300,314,326, %U A101084 336,338,344,348,354,366,368,378,398,420,428,468,470,476,498,504,516,524 %N A101084 Numbers k such that 97*k + 101 is a prime. %C A101084 97 is the largest two-digit prime and 101 is the smallest three-digit prime. %H A101084 Daniel Starodubtsev, <a href="/A101084/b101084.txt">Table of n, a(n) for n = 1..10000</a> %e A101084 If k=6, then 97*6 + 101 = 683 (prime). %e A101084 If k=8, then 97*8 + 101 = 877 (prime). %e A101084 If k=14, then 97*14 + 101 = 1459 (prime). %o A101084 (Magma) [ n: n in [0..600] | IsPrime(97*n+101) ]; // _Vincenzo Librandi_, Feb 04 2011 %Y A101084 Cf. A100775, A101086, A101123, A101444. %K A101084 nonn %O A101084 1,2 %A A101084 _Parthasarathy Nambi_, Jan 21 2005 %E A101084 Extended by _Ray Chandler_, Jan 25 2005