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!)
A089244 Integer part of square root of the reciprocal of a prime number multiplied by 10 to the power of the integer part of the square root of the number. 0
7, 5, 44, 37, 301, 277, 2425, 2294, 2085, 18569, 17960, 164398, 156173, 152498, 145864, 1373605, 1301889, 1280368, 12216944, 11867816, 11704114, 11250879, 109764259, 105999788, 101534616 (list; graph; refs; listen; history; text; internal format)
OFFSET
2,1
COMMENTS
The sum of the reciprocals = 0.40100980056022072540219852776239.. Converges rapidly.
LINKS
FORMULA
floor( sqrt(1/x)*10^(floor(sqrt(x))) )
PROG
(PARI) rootrecipp(n) = { sr=0; forprime(x=2, n, r =sqrt(x); ip=floor(r); fp=r-ip; y=floor((1/r)*10^ip); print1(y", "); sr = sr + 1.0/y; ); print(); print(sr) }
CROSSREFS
Sequence in context: A146382 A163742 A202130 * A063003 A038271 A329008
KEYWORD
easy,nonn
AUTHOR
Cino Hilliard, Dec 11 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 April 25 13:34 EDT 2024. Contains 371971 sequences. (Running on oeis4.)