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!)
A027661 Fractional part of decimal expansion of sqrt(n) to 3 places. 2

%I #7 Oct 16 2013 13:57:11

%S 0,414,732,0,236,449,646,828,0,162,317,464,606,742,873,0,123,243,359,

%T 472,583,690,796,899,0,99,196,292,385,477,568,657,745,831,916,0,83,

%U 164,245,325,403,481,557,633,708,782,856,928,0

%N Fractional part of decimal expansion of sqrt(n) to 3 places.

%D L. J. Comrie, Chambers's Shorter Six-Figure Mathematical Tables, Chambers, Edinburgh, 1950, Table VIII.

%H Alois P. Heinz, <a href="/A027661/b027661.txt">Table of n, a(n) for n = 1..10000</a>

%p a:= n-> round(1000*frac(evalf(sqrt(n)))):

%p seq(a(n), n=1..100); # _Alois P. Heinz_, Oct 16 2013

%K nonn,base

%O 1,2

%A _N. J. A. Sloane_.

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 02:28 EDT 2024. Contains 371917 sequences. (Running on oeis4.)