OFFSET
1,1
COMMENTS
a(23) > 3250.
a(24) = 79. - Jacques Tramu, Sep 16 2018
100000 < a(23) <= 286721. - Jon E. Schoenfield, Sep 25 2018
EXAMPLE
2^1 (2) and 2^1-1 (1) do not have the same number of prime factors. 3^1 (3) and 3^1-1 (2) have the same number of prime factors. Thus a(1) = 3.
PROG
(PARI) a(n)=for(k=2, oo, if(bigomega(k^n)==bigomega(k^n-1), return(k)));
CROSSREFS
KEYWORD
nonn,more,hard
AUTHOR
Derek Orr, May 23 2014
EXTENSIONS
a(17) and a(19) corrected by Jacques Tramu, Sep 16 2018
STATUS
approved