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.

A214501 The size of the set of numbers k>=0 such that all (3^n-k)*2^n-1 are prime but only the last (largest) (3^n-k)*2^n+1 is also an associated twin prime.

Original entry on oeis.org

1, 2, 1, 1, 2, 1, 1, 6, 1, 2, 1, 6, 8, 8, 41, 11, 5, 8, 11, 24, 35, 15, 22, 5, 11, 19, 15, 16, 60, 10, 21, 35, 82, 13, 8, 4, 1, 44, 4, 33, 12, 29, 59, 45, 17, 60, 4, 1, 119, 38, 6, 35, 1, 29, 48, 100, 72, 31, 128, 27, 33, 29, 41, 14, 21, 40, 19, 52, 36, 79, 54
Offset: 1

Views

Author

Pierre CAMI, Jul 20 2012

Keywords

Comments

Starting at a count of zero, we consider for increasing k>=0 the pairs (3^n-k)*2^n+-1. If the smaller of these two numbers is prime, we increase the counter. If the larger of these two numbers is also prime, we admit the counter to the sequence. It is basically a measure of how many unsuccessful primality tests on the larger of the two numbers are done before it becomes a compatible twin prime.
Heuristically, the average of a(n)/n over n=1 to N tends to 0.61 as N increases.

Crossrefs