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!)
A187415 Rank transform of the sequence floor(n*(-1+sqrt(5))); complement of A187416. 2
1, 3, 4, 6, 8, 10, 11, 13, 15, 17, 18, 20, 22, 23, 25, 27, 29, 30, 32, 34, 35, 37, 39, 40, 42, 44, 46, 47, 49, 51, 53, 54, 56, 58, 60, 61, 63, 64, 67, 68, 70, 71, 73, 75, 77, 78, 80, 82, 83, 85, 87, 89, 91, 92, 93, 96, 97, 99, 101, 103, 104, 106, 107, 110, 111, 113, 114, 117, 118, 120, 121, 123, 125, 126, 128, 130, 132, 133, 135, 137, 139, 140, 142, 143, 146, 147, 149, 151 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
See A187224.
LINKS
MATHEMATICA
m = -1+5^(1/2);
seqA = Table[Floor[m*n], {n, 1, 180}] (* A001961 *)
seqB = Table[n, {n, 1, 80}]; (* 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]] (* A187415 *)
Complement[Range[Length[seqA]], limseqU] (* A187416 *)
(* by Peter J. C. Moses, Mar 09 2011 *)
CROSSREFS
Sequence in context: A029900 A003257 A184006 * A047298 A184748 A184742
KEYWORD
nonn
AUTHOR
Clark Kimberling, Mar 09 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 April 18 22:18 EDT 2024. Contains 371782 sequences. (Running on oeis4.)