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.
%I A167965 #10 May 27 2024 11:31:19 %S A167965 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,1,2,1, %T A167965 2,1,2,1,2,1,2,1,2,1,2,1,2,1,2,1,2,1,2,1,2,1,2,1,2,1,2,1,2,1,2,1,2,1, %U A167965 2,1,2,1,2,1,2,1,2,1,2,1,2,1,2,1,2,1,2,1,2,3,1,2,3,1,2,3,1,2,3,1,2,3,1,2,3 %N A167965 Signature sequence of phi^7 = 0.034441853748633..., where phi is A094214. %D A167965 Clark Kimberling, "Fractal Sequences and Interspersions," Ars Combinatoria 45 (1997) 157-168. %H A167965 <a href="/index/Si#signature_sequences">Index entries for sequences related to signature sequences</a> %t A167965 terms = 105; m = Ceiling[Sqrt[terms]]; s0 = {}; While[s = (Table[i + j*x, {i, 1, m}, {j, 1, m}] // Flatten // SortBy[#, N[# /. x -> 1/GoldenRatio^7] &] &)[[1 ;; terms]] /. x -> 0; s != s0, s0 = s; m = 2 m]; s (* _Jean-François Alcover_, Jan 08 2017 *) %K A167965 nonn %O A167965 1,31 %A A167965 _Casey Mongoven_, Nov 15 2009