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 A275729 #6 Aug 11 2016 23:45:14 %S A275729 0,1,1,2,2,3,1,2,2,3,3,4,2,3,3,4,4,5,4,5,5,6,6,7,1,2,2,3,3,4,2,3,3,4, %T A275729 4,5,3,4,4,5,5,6,5,6,6,7,7,8,2,3,3,4,4,5,3,4,4,5,5,6,4,5,5,6,6,7,6,7, %U A275729 7,8,8,9,4,5,5,6,6,7,5,6,6,7,7,8,6,7,7,8,8,9,8,9,9,10,10,11,8,9,9,10,10,11,9,10,10,11,11,12,10,11,11,12,12,13,12,13,13,14,14,15,1 %N A275729 A275735-polynomials evaluated at x=2: a(n) = A048675(A275735(n)). %H A275729 Antti Karttunen, <a href="/A275729/b275729.txt">Table of n, a(n) for n = 0..40320</a> %H A275729 <a href="/index/Fa#facbase">Index entries for sequences related to factorial base representation</a> %F A275729 a(n) = A048675(A275735(n)). %o A275729 (Scheme) (define (A275729 n) (A048675 (A275735 n))) %Y A275729 Cf. A048675, A275735 %Y A275729 Differs from A034968 for the first time at n=18, where a(18) = 4, while A034968(18) = 3. %K A275729 nonn %O A275729 0,4 %A A275729 _Antti Karttunen_, Aug 09 2016