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!)
A110612 a(n) is least number k such that k/P > P^n, with n and P (=P(k)) as in A051283. 1
30, 420, 27720, 1531530, 58198140 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
a(1) = A051283(0).
a(n) is the least number k such that A346418(k) = n+1 (conjectured). - Amiram Eldar, Jul 16 2021
LINKS
EXAMPLE
a(3) = 27720 = 2^3 * 3^2 * 5^1 * 7^1 * 11^1 as P = 11^1 and 27720/11 = 2520 > 11^3 = 1331 and no number k less than 27720 has k/P > P^3 for its corresponding P.
PROG
(PARI) a(n) = for(k=2, oo, f=factor(k); if(#f~>n+1 && k>vecmax(vector(#f~, i, f[i, 1]^f[i, 2]))^(n+1), return(k))); \\ Jinyuan Wang, Feb 28 2020
CROSSREFS
Sequence in context: A276287 A106440 A097213 * A290363 A161740 A161623
KEYWORD
nonn,more
AUTHOR
Rick L. Shepherd, Jul 31 2005
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 6 08:50 EDT 2024. Contains 372292 sequences. (Running on oeis4.)