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!)
A328820 Fourth digit after decimal point of square root of n. 1

%I #10 Dec 01 2019 03:01:01

%S 0,2,0,0,0,4,7,4,0,2,6,1,5,6,9,0,1,6,8,1,5,4,8,9,0,0,1,5,1,2,7,8,5,9,

%T 0,0,7,4,9,5,1,7,4,2,2,3,6,2,0,0,4,1,1,4,1,3,8,7,1,9,2,0,2,0,2,0,3,2,

%U 6,6,1,2,0,3,2,7,9,7,1,2,0,3,4,1,5,6,3,8,9,8,3,6,6,3,7,9,8,4,8,0

%N Fourth digit after decimal point of square root of n.

%H Maxim Skorohodov, <a href="/A328820/b328820.txt">Table of n, a(n) for n = 1..10000</a>

%F a(n) = A010879(A000196(100000000*n)).

%e sqrt(5) = 2.23606798..., so a(5) = 0.

%o (C++) int a(int n) { return int(10000 * sqrt(n)) % 10; }

%Y Cf. A111862, A023961.

%K nonn,easy,base

%O 1,2

%A _Maxim Skorohodov_, Oct 28 2019

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