login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A079324 k such that 2kp+1 is the first factor of a nonprime Mersenne number M(p) = 2^p - 1. 1
1, 1, 4, 3, 163, 5, 25, 60, 1525, 1445580, 1609, 3, 17, 1, 59, 36793758459 (list; graph; refs; listen; history; text; internal format)
OFFSET

0,3

LINKS

Table of n, a(n) for n=0..15.

EXAMPLE

2^11-1=23.89, 23=2.1.11+1, therefore a(1)=1.

PROG

(PARI) forprime (n=3, 101, v=2^n-1; if (!isprime(v), print1((factor(v)[, 1][1]-1)\(2*n)", ")))

CROSSREFS

Cf. A054723.

Sequence in context: A016504 A013335 A220556 * A002298 A195565 A197243

Adjacent sequences:  A079321 A079322 A079323 * A079325 A079326 A079327

KEYWORD

nonn

AUTHOR

Jon Perry, Feb 12 2003

STATUS

approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified May 18 16:49 EDT 2013. Contains 225422 sequences.