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!)
A185600 Numbers not of the form floor(n^(3/2) - n^(1/2)); complement of A185599. 4

%I #11 Jul 08 2017 13:12:42

%S 1,4,5,7,9,10,12,13,14,16,17,19,20,21,23,24,25,27,28,29,31,32,33,35,

%T 36,37,38,40,41,42,43,45,46,47,49,50,51,52,53,55,56,57,58,60,61,62,63,

%U 65,66,67,68,69,71,72,73,74,75,77,78,79,80,81,83,84,85,86,87,89,90,91,92,93,94,96,97,98,99,100,102,103,104,105,106,107,109,110,111,112,113,115,116,117,118,119,120,122,123,124,125,126,127,129,130,131,132,133,134,135,137,138,139,140,141,142,144,145,146,147,148,149

%N Numbers not of the form floor(n^(3/2) - n^(1/2)); complement of A185599.

%H G. C. Greubel, <a href="/A185600/b185600.txt">Table of n, a(n) for n = 1..5000</a>

%t f[n_]=Floor[n^(3/2)-n^(1/2)]-n;

%t Table[f[n],{n,3,80}] (* A185599 *)

%t t2=Complement[Range[150], Table[f[n],{n,1,80}]];t2 (* A185600 *)

%Y Cf. A185599, A185601, A185602.

%K nonn

%O 1,2

%A _Clark Kimberling_, Jan 31 2011

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 23 20:33 EDT 2024. Contains 371916 sequences. (Running on oeis4.)