The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A244453 Prime factors of 2^A054723(n)-1, ordered by increasing n, then by increasing size of the factors. 1
23, 89, 47, 178481, 233, 1103, 2089, 223, 616318177, 13367, 164511353, 431, 9719, 2099863, 2351, 4513, 13264529, 6361, 69431, 20394401, 179951, 3203431780337, 193707721, 761838257287, 228479, 48544121, 212885833 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Subsequence of A060443.
Prime factors of composite Mersenne numbers; A089162 with the Mersenne primes A000668 removed. - Jens Kruse Andersen, Jul 11 2014
LINKS
Jens Kruse Andersen, Table of n, a(n) for n = 1..577
EXAMPLE
A054723(1) = 11. 2^11-1 = 2047 = 23*89. - Jens Kruse Andersen, Jul 11 2014
Triangle begins:
23, 89;
47, 178481;
233, 1103, 2089;
223, 616318177;
13367, 164511353;
431, 9719, 2099863;
2351, 4513, 13264529;
6361, 69431, 20394401;
MATHEMATICA
Map[FactorInteger, Select[2^Prime@Range@20 - 1, CompositeQ]][[All, All, 1]] // Flatten (* Michael De Vlieger, Nov 20 2018 *)
PROG
(PARI) forprime(n=1, 100, m=2^n-1; if(!isprime(m), f=factor(m); for(i=1, #f~, print1(f[i, 1]", ")))) \\ Jens Kruse Andersen, Jul 11 2014
CROSSREFS
Sequence in context: A044591 A050255 A014088 * A158537 A117049 A142062
KEYWORD
nonn,tabf
AUTHOR
Felix Fröhlich, Jun 28 2014
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 June 18 07:11 EDT 2024. Contains 373469 sequences. (Running on oeis4.)