proposed
editing
editing
proposed
Number of terms less than 10^r, r=1,2,3,...: 0, 8, 56, 397, 3040, 24571, 206502, 1781237, ... - Muniru A Asiru, Jan 26 2018
proposed
editing
editing
proposed
Positive integers k such that 6k - 1 is prime.
Numbers N For each number k in this sequence satisfy that , there are no positive integers (x,y) such that Nk = 6xy + x - y. - Pedro Caceres, Jan 22 2018
proposed
editing
editing
proposed
Number of terms less than 10^kr: 0, 8, 56, 397, 3040, 24571, 206502, 1781237, ... - Muniru A Asiru, Jan 26 2018
Number of terms < less than 10^k: 0, 8, 56, 397, 3040, 24571, 206502, 1781237, ... - Muniru A Asiru, Jan 26 2018
select(nk -> isprime(6*k-1), [$1..10^3]); # Muniru A Asiru, Jan 26 2018
Number of terms < 10^k: 0, 8, 56, 397, 3040, 24571, 206502, 1781237, ... - Muniru A Asiru, Jan 26 2018
select(n->isprime(6*k-1), [$1..10^3]); # Muniru A Asiru, Jan 26 2018
(GAP) Filtered([1..1000], k->IsPrime(6*k-1)); # Muniru A Asiru, Jan 26 2018
proposed
editing
editing
proposed