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 A142791 #9 Sep 08 2022 08:45:37 %S A142791 29,89,149,269,389,449,509,569,809,929,1049,1109,1229,1289,1409,1709, %T A142791 1889,1949,2069,2129,2309,2549,2609,2729,2789,2909,2969,3089,3209, %U A142791 3329,3389,3449,3929,3989,4049,4229,4289,4349,4409,4649,4889,5009,5189,5309,5669 %N A142791 Primes congruent to 29 mod 60. %H A142791 Vincenzo Librandi, <a href="/A142791/b142791.txt">Table of n, a(n) for n = 1..1000</a> %F A142791 a(n) ~ 16n log n. - _Charles R Greathouse IV_, Jul 03 2016 %t A142791 Select[Prime[Range[800]], MemberQ[{29}, Mod[#, 60]] &] (* _Vincenzo Librandi_, Sep 04 2012 *) %o A142791 (Magma) [p: p in PrimesUpTo(6000) | p mod 60 eq 29 ]; // _Vincenzo Librandi_, Sep 04 2012 %o A142791 (PARI) is(n)=isprime(n) && n%60==29 \\ _Charles R Greathouse IV_, Jul 03 2016 %Y A142791 Cf. A000040. %K A142791 nonn,easy %O A142791 1,1 %A A142791 _N. J. A. Sloane_, Jul 11 2008