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!)
A291360 Prime divisors of 2^720 - 1. 3
3, 5, 7, 11, 13, 17, 19, 31, 37, 41, 61, 73, 97, 109, 151, 181, 241, 257, 331, 433, 577, 631, 673, 1321, 23311, 38737, 54001, 61681, 8369281, 18837001, 29247661, 394783681, 4278255361, 4562284561, 46908728641, 168692292721, 487824887233, 469775495062434961, 750016890283777055704738227247474485366338380663681 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
It is possible to find an odd positive integer k and a set S = {p(1), ..., p(s)} containing only primes which appeared in the sequence such that for any nonnegative integer n, k*2^n + 1 == 0 (mod p(i)) and k*2^n - 1 == 0 (mod p(j)) for some p(i) and some p(j) from the set S.
LINKS
MATHEMATICA
Select[Divisors[2^720-1], PrimeQ]
PROG
(Magma) PrimeDivisors(2^720-1);
(PARI) forprime(p=1, , if(Mod(2, p)^720==1, print1(p, ", "))) \\ Felix Fröhlich, Aug 23 2017
CROSSREFS
Cf. A076335, A154700. Supersequence of A269326.
Sequence in context: A155026 A295705 A081092 * A269326 A163422 A155055
KEYWORD
nonn,easy,fini,full
AUTHOR
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 24 00:30 EDT 2024. Contains 371917 sequences. (Running on oeis4.)