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!)
A281940 Least k such that k^n + 1 is the product of n distinct primes (k > 0). 3
1, 3, 9, 43, 46, 47, 245, 1697, 109, 565, 3938, 3255, 30089, 18951, 2217 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Corresponding values of k^n + 1 are 2, 10, 730, 3418802, 205962977, 10779215330, ...
LINKS
EXAMPLE
a(3) = 9 because 9^3 + 1 = 2 * 5 * 73 and 9 is the least number with this property.
PROG
(PARI) a(n) = my(k=1); while (!issquarefree(k^n+1) || omega(k^n+1) != n, k++); k;
CROSSREFS
Sequence in context: A009584 A013562 A081681 * A141774 A141349 A018427
KEYWORD
nonn,more
AUTHOR
Altug Alkan, Feb 24 2017
EXTENSIONS
a(14)-a(15) from Giovanni Resta, Mar 10 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 April 25 07:07 EDT 2024. Contains 371964 sequences. (Running on oeis4.)