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.

A140542 Primes of form 17*n - 6.

This page as a plain text file.
%I A140542 #11 Sep 18 2019 10:54:12
%S A140542 11,79,113,181,283,317,419,487,521,691,827,929,997,1031,1201,1303,
%T A140542 1439,1609,1847,1949,2017,2153,2221,2357,2459,2663,2731,2833,2969,
%U A140542 3037,3343,3547,3581,3853,3989,4057,4091,4159,4261,4363,4397,4567,4703,5009,5077
%N A140542 Primes of form 17*n - 6.
%H A140542 Daniel Starodubtsev, <a href="/A140542/b140542.txt">Table of n, a(n) for n = 1..10000</a>
%e A140542 If n=1, then 17*1-6=11. If n=7, then 17*7-6=119.
%t A140542 Select[Range[11,5000,17],PrimeQ[#]&] (* _Vladimir Joseph Stephan Orlovsky_, Apr 03 2011*)
%Y A140542 Cf. A129484.
%K A140542 nonn
%O A140542 1,1
%A A140542 _Juri-Stepan Gerasimov_, Jun 28 2008
%E A140542 More terms from _N. J. A. Sloane_, Jul 11 2008