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!)
A185543 Numbers not of the form floor(k^(3/2)); complement of A000093. 2

%I #10 Jul 08 2017 03:15:00

%S 3,4,6,7,9,10,12,13,15,16,17,19,20,21,23,24,25,26,28,29,30,32,33,34,

%T 35,37,38,39,40,42,43,44,45,47,48,49,50,51,53,54,55,56,57,59,60,61,62,

%U 63,65,66,67,68,69,71,72,73,74,75,77,78,79,80,81,83,84,85,86,87,88,90

%N Numbers not of the form floor(k^(3/2)); complement of A000093.

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

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

%t t1=Table[f[n],{n,1,80}];t1 (* A000093 *)

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

%Y Cf. A000093.

%K nonn

%O 1,1

%A _Clark Kimberling_, Jan 30 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 15:20 EDT 2024. Contains 371916 sequences. (Running on oeis4.)