Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A089363
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A089363 Numbers of pairs (i, j), i, j > 1, such that i^j <= 10^n. +0
1
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; listen)
OFFSET

1,1

COMMENT

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

FORMULA

a(n) = A089361(10^n) = sum_{p = 2..inf} [floor(10^(n/p)) - 1]. - David Wasserman (wasserma(AT)spawar.navy.mil), 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

PROGRAM

(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

Adjacent sequences: A089360 A089361 A089362 this_sequence A089364 A089365 A089366

Sequence in context: A081270 A092466 A004320 this_sequence A000574 A041233 A055194

KEYWORD

nonn

AUTHOR

Cino Hilliard (hillcino368(AT)gmail.com), Dec 27 2003

EXTENSIONS

More terms from David Wasserman (wasserma(AT)spawar.navy.mil), Sep 14 2005

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified October 6 16:13 EDT 2008. Contains 144667 sequences.


AT&T Labs Research