Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A089244
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
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
1
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; listen)
OFFSET

2,1

COMMENT

The sum of the reciprocals = 0.40100980056022072540219852776239.. Converges rapidly.

FORMULA

floor( sqrt(1/x)*10^(floor(sqrt(x))) )

PROGRAM

(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: A142883 A146382 A163742 this_sequence A063003 A038271 A005692

Adjacent sequences: A089241 A089242 A089243 this_sequence A089245 A089246 A089247

KEYWORD

easy,nonn

AUTHOR

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

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 November 25 20:09 EST 2009. Contains 167514 sequences.


AT&T Labs Research