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!)
A134886 a(n) = floor(n^sqrt(2)). 4

%I #11 Sep 08 2022 08:45:32

%S 1,2,4,7,9,12,15,18,22,25,29,33,37,41,46,50,54,59,64,69,74,79,84,89,

%T 94,100,105,111,116,122,128,134,140,146,152,158,165,171,177,184,190,

%U 197,204,210,217,224,231,238,245

%N a(n) = floor(n^sqrt(2)).

%H William A. Tedeschi, <a href="/A134886/b134886.txt">Table of n, a(n) for n=1..10000</a>

%t Table[Floor[n^sqrt[2]], {n,1,100}] (* _G. C. Greubel_, Jan 27 2018 *)

%o (PARI) a(n) = floor(n^sqrt(2)) \\ _Michel Marcus_, Jul 18 2013

%o (Magma) [Floor(n^Sqrt(2)): n in [1..50]]; // _G. C. Greubel_, Jan 27 2018

%K nonn

%O 1,2

%A _Rolf Pleisch_, Jan 29 2008

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 18 22:18 EDT 2024. Contains 371782 sequences. (Running on oeis4.)