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!)
A139208 Numbers 2*k+1 for which numbers A006694(k) are record values for A006694. 0

%I #7 Dec 18 2018 12:03:16

%S 1,3,7,15,21,31,45,63,93,105,127,189,217,255,315,341,455,511,819,1023,

%T 1365,2047,3591,3855,4095,5461,8191,12483,13107,16383,21845,29127,

%U 32767,53261,55831,60787,65535,87381,131071,178481,182361,209715,258111,262143,349525,430185,479349,524287

%N Numbers 2*k+1 for which numbers A006694(k) are record values for A006694.

%C Question. Is it true that all primes in this sequence are Mersenne primes?

%C 178481 is a prime term, but is not a Mersenne prime. - _Michel Marcus_, Dec 18 2018

%o (PARI) a006694(n)=sumdiv(2*n+1, d, eulerphi(d)/znorder(Mod(2, d))) - 1;

%o lista(nn) = {my(m = -1, newm); for(n=0, nn, newm = a006694(n); if (newm > m, m = newm; print1(2*n+1, ", ")););} \\ _Michel Marcus_, Dec 18 2018

%Y Cf. A006694, A000668.

%K nonn

%O 1,2

%A _Vladimir Shevelev_, Jun 06 2008

%E Offset 1, missing term 819 and more terms from _Michel Marcus_, Dec 18 2018

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 25 05:18 EDT 2024. Contains 371964 sequences. (Running on oeis4.)