cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A255774 Tree of upper Wythoff numbers (A001950) generated as the 2-component of the graph described at A095903.

This page as a plain text file.
%I A255774 #15 Jun 04 2021 15:49:57
%S A255774 2,5,7,10,13,15,20,18,23,26,34,28,36,41,54,31,39,44,57,47,60,68,89,49,
%T A255774 62,70,91,75,96,109,143,52,65,73,94,78,99,112,146,81,102,115,149,123,
%U A255774 157,178,233,83,104,117,151,125,159,180,235,130,164,185,240,198
%N A255774 Tree of upper Wythoff numbers (A001950) generated as the 2-component of the graph described at A095903.
%C A255774 This sequence and A255773 partition the positive integers.
%e A255774 To generate the tree of lazy Fibonacci representations as in A095903, start with 1,2. Suffix the next two Fibonacci numbers, getting 1+2, 1+3; 2+3, 2+5. Suffix the next two Fibonacci numbers, getting 1+2+3, 1+2+5, 1+3+5, 1+3+8; 2+3+5, 2+3+8, 2+5+8, 2+5+13. Continue forever. A255773 is the tree of numbers having root (initial summand) 1, and A255774 is the tree of numbers having root (initial summand) 2.
%t A255774 width = 6;t = Map[Total, Fibonacci[Flatten[NestList[Flatten[Map[{Join[#, {Last[#] +1}], Join[#, {Last[#] + 2}]} &, #], 1] &, {{2}, {3}}, width], 1]]](*A095903*)
%t A255774 Map[t[[#]] &, Apply[Range, {2^Range[#] - 1, 3 2^(Range[#] - 1) - 2}]] &[width + 1] (*A255773*)
%t A255774 Map[t[[#]] &,Apply[Range, {3 2^(Range[#] - 1) - 1, 2 (2^Range[#] - 1)}]] &[width + 1] (*A255774*) (* _Peter J. C. Moses_, Mar 06 2015 *)
%Y A255774 Cf. A001950, A095903, A244773.
%K A255774 nonn,easy
%O A255774 1,1
%A A255774 _Clark Kimberling_, Mar 06 2015