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!)
A089363 Numbers of pairs (i, j), i, j > 1, such that i^j <= 10^n. 0
3, 16, 50, 145, 407, 1177, 3508, 10677, 32967, 102719, 321798, 1011538, 3186390, 10050746, 31730137, 100228044, 316713624, 1001037551, 3164497350, 10004755379, 31632975601, 100021893197, 316274794667, 1000101078155 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
These numbers are related to the divergent series r sum(n^(1/k) = n^1/2 + n^1/3 + ...n^1/r for abs(n) > 0 and r=sqrt(n). k=2
LINKS
FORMULA
a(n) = A089361(10^n) = sum_{p = 2..inf} [floor(10^(n/p)) - 1]. - David Wasserman, Sep 14 2005
EXAMPLE
There are 16 perfect powers <= 100: 2^2, 2^3, 3^2, 2^4, 4^2, 5^2, 3^3, 2^5, 6^2, 7^2, 2^6, 4^3, 8^2, 3^4, 9^2, 10^2
PROG
(PARI) plessn10(n, m) = { for(k=1, n, s=0; z = 10^k; r = floor(sqrt(z)); for(x=m, r, for(y=2, r, p = floor(x^y); if(p<=z, s++) ) ); print1(s", ") ) }
CROSSREFS
Sequence in context: A222843 A346556 A004320 * A000574 A041233 A055194
KEYWORD
nonn
AUTHOR
Cino Hilliard, Dec 27 2003
EXTENSIONS
More terms from David Wasserman, Sep 14 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 10 13:53 EDT 2024. Contains 372387 sequences. (Running on oeis4.)