Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A089159
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A089159 If Mersenne numbers have 3 or more factors, then list the third factor. +0
1
2089, 2099863, 13264529, 20394401, 212885833, 9361973132609, 1113491139767, 65993, 165799, 1654058017289, 110211473, 70084436712553223, 1489459109360039866456940197095433721664951999121, 7648337, 39940132241 (list; graph; listen)
OFFSET

1,1

LINKS

Chris Caldwell, MersenneNumbers History.

FORMULA

A Mersenne number (A001348) is a number of the form 2^p - 1 where p is prime.

EXAMPLE

The 10th Mersenne number 2^29 - 1 = 233*1103*2089 and 2089 is the third prime factor. Notice these factors are congruent 1( mod 29 ).

PROGRAM

(PARI) mersenne2(n) = { c=0; forprime(x=2, n, c++; y = 2^x-1; f=ifactor(y); if(length(f)>=3, print1(f[3]", "); ) ) } ifactor(n) = \The vector of the integer factors of n with multiplicity. { local(f, j, k, flist); flist=[]; f=Vec(factor(n)); for(j=1, length(f[1]), for(k = 1, f[2][j], flist = concat(flist, f[1][j]) ); ); return(flist) }

CROSSREFS

Cf. A016047.

Sequence in context: A076581 A071235 A106720 this_sequence A045051 A015935 A102504

Adjacent sequences: A089156 A089157 A089158 this_sequence A089160 A089161 A089162

KEYWORD

easy,nonn

AUTHOR

Cino Hilliard (hillcino368(AT)gmail.com), Dec 06 2003, corrected Nov 16 2006

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified November 25 20:09 EST 2009. Contains 167514 sequences.


AT&T Labs Research