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!)
A109685 Smallest nontrivial perfect power with same leading digits as n!. 0
16, 25, 64, 243, 120409, 720801, 5040025, 4032064, 362880940816, 3628800213481, 3991680051905536, 47900160082546704, 6227020800662405184, 8717829120075164064361, 1307674368000199069586496, 2092278988800044062720986249, 355687428096000138859491069121 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
PROG
(PARI) for(n=1, 22, pp=0; lmin=n!; lmax=lmin; while(!pp, lexp=floor(log(lmax)/log(2)); for(e=2, lexp, cmin=ceil((lmin)^(1/e)); if(cmin<=floor((lmax)^(1/e)), if(pp, pp=min(cmin^e, pp), pp=cmin^e))); lmin*=10; lmax=lmax*10+9); print1(pp", ")) - Herman Jamke (hermanjamke(AT)fastmail.fm), Apr 22 2007
CROSSREFS
Sequence in context: A110922 A065408 A112392 * A188826 A152152 A260047
KEYWORD
base,nonn
AUTHOR
Jason Earls, Aug 07 2005
EXTENSIONS
More terms from Ryan Propper, Jun 13 2006
More terms from Herman Jamke (hermanjamke(AT)fastmail.fm), Apr 22 2007
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 24 22:17 EDT 2024. Contains 371964 sequences. (Running on oeis4.)