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!)
A187574 Rank transform of the sequence floor(n*3^(1/3)); complement of A187575. 2
1, 3, 5, 6, 9, 10, 12, 14, 15, 17, 19, 21, 23, 25, 26, 28, 30, 31, 34, 35, 37, 39, 41, 42, 45, 46, 48, 50, 51, 54, 55, 57, 59, 61, 62, 64, 66, 67, 70, 71, 73, 75, 77, 79, 80, 82, 84, 86, 87, 90, 91, 93, 95, 96, 98, 100, 102, 104, 106, 107, 109, 111, 112, 115, 116, 118, 120, 122, 124, 125, 127, 129, 131, 132, 135, 136, 138, 140, 142, 143, 145, 147, 149, 151, 152, 154, 156, 158, 160 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
See A187224.
LINKS
MATHEMATICA
seqA = Table[Floor[n*3^(1/3)], {n, 1, 220}] (*A059339*)
seqB = Table[n, {n, 1, 220}]; (*A000027*)
jointRank[{seqA_,
seqB_}] := {Flatten@Position[#1, {_, 1}],
Flatten@Position[#1, {_, 2}]} &[
Sort@Flatten[{{#1, 1} & /@ seqA, {#1, 2} & /@ seqB}, 1]];
limseqU =
FixedPoint[jointRank[{seqA, #1[[1]]}] &,
jointRank[{seqA, seqB}]][[1]] (*A187574*)
Complement[Range[Length[seqA]], limseqU] (*A187575*)
(* Peter J. C. Moses, Mar 11 2011 *)
CROSSREFS
Sequence in context: A334133 A286061 A288308 * A187833 A081121 A187837
KEYWORD
nonn
AUTHOR
Clark Kimberling, Mar 11 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 July 19 06:32 EDT 2024. Contains 374389 sequences. (Running on oeis4.)