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.

A231576 Sequence of pairs k,g such that k is the smallest odd number and k*2^n-1-g, k*2^n-1, k*2^n-1+g are three consecutive primes in arithmetic progression.

This page as a plain text file.
%I A231576 #14 Nov 28 2013 15:31:51
%S A231576 3,2,53,12,33,6,69,6,19,6,2193,12,93,6,113,6,87,6,413,12,1165,12,143,
%T A231576 6,237,6,47,6,315,18,779,6,631,30,797,6,735,12,567,18,397,6,351,24,
%U A231576 195,18,39,36,2719,6,971,6,1369,30,635,18,1501,12,593,72,2053,6
%N A231576 Sequence of pairs k,g such that k is the smallest odd number and k*2^n-1-g, k*2^n-1, k*2^n-1+g are three consecutive primes in arithmetic progression.
%H A231576 Pierre CAMI, <a href="/A231576/b231576.txt">Table of n, a(n) for n = 1..1300</a>
%H A231576 Pierre CAMI, <a href="/A231576/a231576.txt">PFGW Script</a>
%e A231576 3*2^1-1-2=3, 3*2^1-1=5, 3*2^1-1+2=7, so first pair = 3,2 (the only one with g=2).
%e A231576 53*2^2-1-12=199, 53*2^2-1=211, 53*2^2-1+12=223, so second pair = 53,12.
%Y A231576 Cf. A228452, A228454, A230699, A230852.
%K A231576 nonn
%O A231576 1,1
%A A231576 _Pierre CAMI_, Nov 11 2013