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!)
A079870 a(1)=1 and for n>1: ceiling(n^(1/Omega(n))), where Omega(n) is the total number of prime factors of n (A001222). 5
1, 2, 3, 2, 5, 3, 7, 2, 3, 4, 11, 3, 13, 4, 4, 2, 17, 3, 19, 3, 5, 5, 23, 3, 5, 6, 3, 4, 29, 4, 31, 2, 6, 6, 6, 3, 37, 7, 7, 3, 41, 4, 43, 4, 4, 7, 47, 3, 7, 4, 8, 4, 53, 3, 8, 3, 8, 8, 59, 3, 61, 8, 4, 2, 9, 5, 67, 5, 9, 5, 71, 3, 73, 9, 5, 5, 9, 5, 79, 3, 3, 10, 83, 4, 10, 10, 10, 4, 89, 4, 10, 5, 10 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
A079871(n) = a(n)^A001222(n).
a(n) >= A079868(n); A020639(n) <= a(n) <= A006530(n);
a(m) = A079868(m) iff m is a prime power (A000961).
PROG
(PARI) a(n) = if (n==1, 1, ceil(n^(1/bigomega(n)))); \\ Michel Marcus, May 31 2016
CROSSREFS
Sequence in context: A284260 A218993 A067629 * A364156 A185642 A076690
KEYWORD
nonn
AUTHOR
Reinhard Zumkeller, Jan 13 2003
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 June 4 19:35 EDT 2024. Contains 373102 sequences. (Running on oeis4.)