cp's OEIS Frontend

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.

A140852 Primes of the form 210k + 59.

This page as a plain text file.
%I A140852 #12 Sep 08 2022 08:45:35
%S A140852 59,269,479,1109,1319,1949,2579,2789,2999,3209,4049,4259,4679,4889,
%T A140852 5099,5309,5519,5939,6359,6569,6779,7829,8039,8669,9719,9929,10139,
%U A140852 10559,10979,11399,12239,12659,13499,13709,14549,14759,14969,15809,16229
%N A140852 Primes of the form 210k + 59.
%t A140852 Select[59+210Range[0,150],PrimeQ] (* _Ray Chandler_, Apr 29 2010 *)
%o A140852 (Magma) [ a: n in [0..900] | IsPrime(a) where a is 210*n+59] // _Vincenzo Librandi_, Nov 24 2010
%Y A140852 Cf. A073102.
%K A140852 nonn
%O A140852 1,1
%A A140852 _Juri-Stepan Gerasimov_, Jul 04 2008
%E A140852 Extended by several contributors, Apr 29 2010