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.

A184427 Lower s-Wythoff sequence of A000290 (the squares). Complement of A184428.

This page as a plain text file.
%I A184427 #4 Mar 30 2012 18:57:13
%S A184427 1,3,4,5,6,8,9,10,11,12,14,15,16,17,18,19,20,22,23,24,25,26,27,28,29,
%T A184427 30,32,33,34,35,36,37,38,39,40,41,42,43,45,46,47,48,49,50,51,52,53,54,
%U A184427 55,56,57,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109
%N A184427 Lower s-Wythoff sequence of A000290 (the squares).  Complement of A184428.
%C A184427 See A184117 for the definition of lower and upper s-Wythoff sequences.
%t A184427 mex:=First[Complement[Range[1,Max[#1]+1],#1]]&;
%t A184427 s[n_]:=n^2;a[1]=1;b[n_]:=b[n]=s[n]+a[n];
%t A184427 a[n_]:=a[n]=mex[Flatten[Table[{a[i],b[i]},{i,1,n-1}]]];
%t A184427 Table[s[n],{n,40}]
%t A184427 Table[a[n],{n,100}]
%t A184427 Table[b[n],{n,100}]
%Y A184427 Cf. A184117, A184428.
%K A184427 nonn
%O A184427 1,2
%A A184427 _Clark Kimberling_, Jan 14 2011