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!)
A185598 Numbers not of the form floor(n^(3/2)-n^(1/2)); complement of A185597. 2
2, 4, 5, 7, 9, 10, 11, 13, 14, 16, 17, 18, 20, 21, 22, 23, 25, 26, 27, 29, 30, 31, 32, 34, 35, 36, 37, 39, 40, 41, 42, 44, 45, 46, 47, 49, 50, 51, 52, 53, 55, 56, 57, 58, 59, 61, 62, 63, 64, 66, 67, 68, 69, 70, 71, 73, 74, 75, 76, 77, 79, 80, 81, 82, 83, 85 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
f[n_]=Floor[n^(3/2)-n^(1/2)];
Table[f[n], {n, 1, 120}] (* A185597 *)
t2=Complement[Range[150], Table[f[n], {n, 1, 80}]]; t2 (* A185598 *)
CROSSREFS
Cf. A185597.
Sequence in context: A202129 A288217 A026457 * A185550 A189629 A063113
KEYWORD
nonn
AUTHOR
Clark Kimberling, Jan 31 2011
STATUS
approved

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 August 22 23:25 EDT 2024. Contains 375369 sequences. (Running on oeis4.)