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.

A279027 a(n) = number of primes of the form 4k + 3 such that 2n - 4k - 3 is prime.

This page as a plain text file.
%I A279027 #33 Jan 06 2017 07:54:14
%S A279027 0,0,1,1,2,1,3,2,2,2,3,3,4,2,4,2,4,4,3,3,4,3,3,5,6,3,6,3,2,6,5,5,6,2,
%T A279027 6,6,6,5,8,4,6,8,7,4,12,4,5,7,4,6,8,5,6,8,8,7,10,6,5,12,4,5,10,3,8,9,
%U A279027 7,5,10,7,7,11,8,5,14,4,8,11,7,8,10,5,5,13,12,6,14,7,6,14,10,8,14
%N A279027 a(n) = number of primes of the form 4k + 3 such that 2n - 4k - 3 is prime.
%C A279027 Conjecture: a(n) > 0 for n >= 3.
%e A279027 a(5) = 2 because 2*5 - 4*0 - 3 = 7 is prime where 4*0 + 3 = 3 is prime of the form 4k+3 and 2*5 - 4*1 - 3 = 3 is prime where 4*1 + 3 = 7 is prime of the form 4k+3.
%Y A279027 Cf. A002145, A280134.
%K A279027 nonn
%O A279027 1,5
%A A279027 _Juri-Stepan Gerasimov_, Dec 31 2016