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.

A176114 Numbers n such that 30*n-1, 30*n+1 are twin primes.

This page as a plain text file.
%I A176114 #9 Jun 02 2020 05:29:00
%S A176114 1,2,5,6,8,9,14,19,20,22,27,34,35,41,43,44,54,65,71,77,78,85,91,93,99,
%T A176114 100,104,110,111,112,113,118,131,134,135,141,142,155,160,167,170,176,
%U A176114 184,188,195,196,203,209,210,212,215,219,222,223,226,229,232,245,252
%N A176114 Numbers n such that 30*n-1, 30*n+1 are twin primes.
%H A176114 Zak Seidov, <a href="/A176114/b176114.txt">Table of n, a(n) for n = 1..1000</a>
%t A176114 Select[Range[6! ],PrimeQ[30*#-1]&&PrimeQ[30*#+1]&]
%t A176114 Select[Range[300],AllTrue[30#+{1,-1},PrimeQ]&] (* The program uses the AllTrue function from Mathematica version 10 *) (* _Harvey P. Dale_, Mar 21 2018 *)
%Y A176114 Cf. A002822.
%K A176114 nonn
%O A176114 1,2
%A A176114 _Vladimir Joseph Stephan Orlovsky_, Apr 08 2010