The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A060018 a(n) = floor(2*sqrt(n-2)). 4

%I #41 Sep 08 2022 08:45:03

%S 0,2,2,3,4,4,4,5,5,6,6,6,6,7,7,7,8,8,8,8,8,9,9,9,9,10,10,10,10,10,10,

%T 11,11,11,11,11,12,12,12,12,12,12,12,13,13,13,13,13,13,14,14,14,14,14,

%U 14,14,14,15,15,15,15,15,15,15,16,16,16,16,16,16,16

%N a(n) = floor(2*sqrt(n-2)).

%H Harry J. Smith, <a href="/A060018/b060018.txt">Table of n, a(n) for n = 2..1000</a>

%H J. R. Griggs, <a href="http://dx.doi.org/10.1016/S0012-365X(00)00203-X">Spanning subset sums for finite Abelian groups</a>, Discrete Math., 229 (2001), 89-99.

%H Matthew Hyatt, Marina Skyers, <a href="http://www.emis.de/journals/INTEGERS/papers/p17/p17.Abstract.html">On the Increases of the Sequence floor(k*sqrt(n))</a>, Electronic Journal of Combinatorial Number Theory, Volume 15 #A17.

%F a(n) = floor(2*sqrt(n-2)) = floor(sqrt(4*n-8)). - _Charles R Greathouse IV_, Nov 26 2015

%F G.f.: (Sum_{k>=1} x^(k^2+2) + x^(k^2-k+3))/(1-x)

%F = (x^2 * (Theta3(x)-1) + x^(11/4) * Theta2(x))/(2-2*x) where Theta2 and Theta3 are Jacobi theta functions. - _Robert Israel_, Dec 09 2015

%F a(n) = A000194(n-2) + A000196(n-2) = floor(sqrt(n-2)+1/2) + floor(sqrt(n-2)). - _Ridouane Oudra_, Jun 07 2019

%t Floor[2*Sqrt[Range[2,80]-2]] (* _Harvey P. Dale_, Aug 19 2015 *)

%o (PARI) { default(realprecision, 100); for (n=2, 1000, write("b060018.txt", n, " ", floor(2*sqrt(n - 2))); ) } \\ _Harry J. Smith_, Jul 01 2009

%o (PARI) a(n)=sqrtint(4*n-8) \\ _Charles R Greathouse IV_, Aug 23 2011

%o (Magma) [Floor(2*Sqrt(n-2)): n in [2..100]]; // _Vincenzo Librandi_, Dec 09 2015

%Y Cf. A060019.

%K nonn,easy

%O 2,2

%A _N. J. A. Sloane_, Mar 17 2001

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 June 12 08:34 EDT 2024. Contains 373329 sequences. (Running on oeis4.)