Search: id:A000196 Results 1-1 of 1 results found. %I A000196 %S A000196 0,1,1,1,2,2,2,2,2,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,5,5,5,5,5,5,5,5,5, %T A000196 5,5,6,6,6,6,6,6,6,6,6,6,6,6,6,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,8,8,8,8, %U A000196 8,8,8,8,8,8,8,8,8,8,8,8,8,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,10,10 %N A000196 Integer part of square root of n. Or, number of squares <= n. Or, n appears 2n+1 times. %C A000196 Also the integer part of the geometric mean of the divisors of n. - Amarnath Murthy (amarnath_murthy(AT)yahoo.com), Dec 19 2001 %C A000196 a(n)=Card(k, 0Table of n, a(n) for n = 0..10000 %H A000196 K. Atanassov, On Some of Smarandache's Problems %H A000196 H. Bottomley, Illustration of A000196, A048760, A053186 %H A000196 F. Smarandache, Only Problems, Not Solutions!. %F A000196 a(n) = a(n-1) + floor(n/(a(n-1)+1)^2), a(0) = 0. - Reinhard Zumkeller (reinhard.zumkeller(AT)gmail.com), Apr 12 2004 %F A000196 a(n)=sum{0=1, x^(j^2)}=(theta_3(0, x)-1)/(1-x)/2 where theta_3 is a Jacobi theta function. - Hieronymus Fischer (Hieronymus.Fischer(AT)gmx.de), May 26 2007 %p A000196 Digits := 100; A000196 := n->floor(evalf(sqrt(n))); %t A000196 a[n_]:=IntegerPart[Sqrt[n]];lst={};Do[AppendTo[lst, a[n]], {n, 0, 6!}]; lst [From Vladimir Orlovsky (4vladimir(AT)gmail.com), Dec 02 2008] %o A000196 (MAGMA) [ Isqrt(n) : n in [0..100]]; %o A000196 (PARI) a(n)=floor(sqrt(n)) %o A000196 (PARI) a(n)=sqrtint(n) %Y A000196 [A000267(n)/2]=A000196(n). Cf. A028391, A048766, A003056. %Y A000196 Cf. A079051. %Y A000196 Sequence in context: A068549 A132173 A023968 this_sequence A111850 A059396 A108602 %Y A000196 Adjacent sequences: A000193 A000194 A000195 this_sequence A000197 A000198 A000199 %K A000196 nonn,easy,nice %O A000196 0,5 %A A000196 N. J. A. Sloane (njas(AT)research.att.com). Search completed in 0.002 seconds