login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A167612 Numbers k (between 2^(m-1) and 2^m) such that 2^(k-1) == 1 (mod k) and 2^(k-1-m) == k - 2^p (mod k) for some p > 0 with 2^p < k. 0
3, 11, 13, 19, 41, 43, 241, 331, 683, 2113, 2731, 3277, 4033, 5419, 8321, 43691, 61681, 65281, 80581, 85489, 87211, 174763, 233017, 253241, 525313, 838861, 1016801, 1397419, 2796203, 3033169, 3605429, 4682833, 6700417, 13421773, 15790321, 16773121, 18837001, 20647621, 22253377, 22366891, 24214051, 25080101, 25781083, 30662497, 47349373, 50155733 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
The sequence consists of prime numbers and composite numbers.
Let z = m + p, then
1) for any k > 3, the assertion, k == 1 (mod z)
2) if k is a composite number, then it can be represented as k = (z*x + 1) * (z*y + 1), where x and y are integer
Numbers k for which p = 1, can be reposed in the form (2^z + 1)/3, where z is a prime or a pseudoprime to base 2, this statement is true only for the calculated interval. Is this true statement for all positive numbers, remains unclear.
If m == 0 (mod p), then k = (2^z + 1)/(2^p + 1);
if m == 0 (mod 2) and p = m-2, then k = (2^z + 1)/(2^p + 2^p - 2^(m/2) + 1);
if m+3 = 2*p and z == 0 (mod 3), then k = (2^z + 1)/(2^p + 2^(p-1) + 3);
if p=1, then z=m+p is a prime number, or pseudoprime base 2.
And correspondingly the number k has the form k = (2^z + 1)/3.
Moreover, if the number k is composite, then it appears that some divisor also belongs to our sequence.
Example
29
(2^29+1)/3=178956971=59*3033169
178956971 belongs to our sequence, where m=28 p=1 (z=29)
3033169 belongs to our sequence, where m=22 p=7 (z=29)
37
(2^37+1)/3=45812984491=1777*25781083
45812984491 m=36 p=1 (z=37)
25781083 m=25 p=12 (z=37)
41
(2^41+1)/3=733007751851 = 83*8831418697
733007751851 m=40 p=1 (z=41)
8831418697 m=34 p=7 (z=41)
47
(2^47+1)/3=46912496118443 = 283*165768537521
46912496118443 m=46 p=1 (z=47)
165768537521 m=38 p=9 (z=47)
53
(2^53+1)/3=3002399751580331 = 107*28059810762433
3002399751580331 m=52 p=1 (z=53)
28059810762433 m=45 p=8 (z=53)
59
(2^59+1)/3=192153584101141163 =2833*37171*1824726041
192153584101141163 m=58 p=1 (z=59)
1824726041 m=31 p=28 (z=59)
5169448874153=2833*1824726041 m=43 p=16 (z=59)
etc.
LINKS
MATHEMATICA
Select[Range[10^6], PowerMod[2, #-1, #]==1 && IntegerQ[Log[2, #-PowerMod[2, #-1-Ceiling[Log[2, #]], #]]]&]
CROSSREFS
Sequence in context: A089152 A066594 A329761 * A299974 A262433 A116438
KEYWORD
nonn
AUTHOR
Alzhekeyev Ascar M, Jan 20 2011
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 23 13:51 EDT 2024. Contains 371914 sequences. (Running on oeis4.)