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!)
A001771 Numbers k such that 7*2^k - 1 is prime.
(Formerly M3784 N1541)
17
1, 5, 9, 17, 21, 29, 45, 177, 18381, 22529, 24557, 26109, 34857, 41957, 67421, 70209, 169085, 173489, 177977, 363929, 372897 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
k is always of the form 4*j + 1.
If k is in the sequence and m=2^(k+2)*3*(7*2^k-1) then phi(m)+sigma(m)=3m (m is in the sequence A011251). The proof is easy. - Farideh Firoozbakht, Mar 04 2005
REFERENCES
H. Riesel, "Prime numbers and computer methods for factorization", Progress in Mathematics, Vol. 57, Birkhäuser, Boston, 1985, Chap. 4, see pp. 381-384.
N. J. A. Sloane, A Handbook of Integer Sequences, Academic Press, 1973 (includes this sequence).
N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence).
LINKS
H. C. Williams and C. R. Zarnke, A report on prime numbers of the forms M = (6a+1)*2^(2m-1)-1 and (6a-1)*2^(2m)-1, Math. Comp., 22 (1968), 420-422.
MATHEMATICA
Do[ If[ PrimeQ[7*2^n - 1], Print[n]], {n, 1, 2500}]
PROG
(PARI) v=[ ]; for(n=0, 2000, if(isprime(7*2^n-1), v=concat(v, n), )); v
CROSSREFS
Cf. A032353 (7*2^k+1 is prime).
Sequence in context: A273762 A273851 A097538 * A288448 A022341 A255651
KEYWORD
hard,nonn,more
AUTHOR
EXTENSIONS
More terms from Douglas Burke (dburke(AT)nevada.edu).
More terms from Hugo Pfoertner, Jun 23 2004
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 19 07:38 EDT 2024. Contains 371782 sequences. (Running on oeis4.)