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.

Showing 1-2 of 2 results.

A230769 Numbers k such that (k+1)*2^k - 1 is prime.

Original entry on oeis.org

1, 2, 3, 4, 5, 9, 14, 15, 16, 27, 45, 122, 125, 213, 242, 256, 263, 290, 855, 1059, 2273, 3945, 3999, 9512, 14127, 16486, 20056, 28834, 41493, 159147, 227139, 587823
Offset: 1

Views

Author

Zak Seidov, Feb 23 2014

Keywords

Comments

1, 2 and 5 are the only terms of this sequence which are also in A029544. - Gerasimov Sergey, Feb 23 2014
The next term with this property is > 10000. - Michael B. Porter, Feb 23 2014
The probability of a given number N being a twin prime grows like 1/(log(N))^2, so for a given n, the probability that it has this property is 1/n^2, and the sum converges. Are there any n for which n*2^n-1 and n*2^n+1 are both prime? - Michael B. Porter, Feb 25 2014
We can write (k+1)*2^k - 1 = {(k+1)/2}*4^{(k+1)/2} - 1, and when k is odd, this takes the form of a generalized Woodall prime (base 4). These are listed in A086661. In other words, {2*A086661 - 1} gives all the odd terms of this sequence. - Jeppe Stig Nielsen, Oct 16 2019
The largest odd term currently known is 3986381 = 2*A086661(21) - 1. - Jeppe Stig Nielsen, Oct 16 2019

Crossrefs

Programs

Extensions

Edited and extended to values > 2273 by M. F. Hasler, Mar 01 2014
More terms from Jeppe Stig Nielsen, Oct 16 2019

A236752 Primes of the form k*2^(k-1) - 1.

Original entry on oeis.org

3, 11, 31, 79, 191, 5119, 245759, 524287, 1114111, 3758096383, 1618481116086271, 653980173926178609468673073657929531391, 5359447279004780799548150067050349330431
Offset: 1

Views

Author

Gerasimov Sergey, Jan 30 2014

Keywords

Comments

Primes in A087323.
Corresponding values of k: 2, 3, 4, 5, 6, 10, 15, 16, 17, 28, 46, 123, ...
The values of k-1 are listed in A230769. - Jeppe Stig Nielsen, Oct 16 2019

Examples

			79 is in this sequence because it is prime and for k = 5, k*2^(k-1) - 1 = 5*2^(5-1) - 1 = 79.
		

Crossrefs

Extensions

More terms and corrections of terms and comments by Ralf Stephan, Feb 03 2014
Showing 1-2 of 2 results.