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!)
A280005 Least prime p such that p^n + 1 is the product of n distinct primes. 7
2, 3, 13, 43, 73, 47, 457, 1697, 109, 8161, 10429, 13183, 30089, 66569, 5281 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Corresponding values of p^n + 1 are 3, 10, 2198, 3418802, 2073071594, 10779215330, 4163067000501310394, ...
a(16) <= 206874667. - Daniel Suteu, Dec 09 2022
LINKS
EXAMPLE
a(2) = 3; 3^2 + 1 = 2 * 5.
a(3) = 13; 13^3 + 1 = 2 * 7 * 157.
a(4) = 43; 43^4 + 1 = 2 * 17 * 193 * 521.
PROG
(PARI) a(n) = my(p=2); while (!issquarefree(p^n+1) || omega(p^n+1) != n, p = nextprime(p+1)); p;
CROSSREFS
Sequence in context: A122719 A106866 A278139 * A235626 A164133 A226938
KEYWORD
nonn,hard,more
AUTHOR
Altug Alkan, Feb 24 2017
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 May 31 17:16 EDT 2024. Contains 373003 sequences. (Running on oeis4.)