Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).
%I #6 Aug 10 2016 12:00:57
%S 0,0,0,2,1,0,2,0,1,0,4,1,2,1,0,4,0,3,2,1,0,6,1,4,3,2,1,0,6,6,5,4,3,2,
%T 1,0,8,7,0,5,4,3,2,1,0,8,6,1,6,5,4,3,2,1,0,10,7,2,7,6,5,4,3,2,1,0,10,
%U 6,3,8,7,6,5,4,3,2,1,0,12,7,4,9,8,7,6,5,4,3,2,1,0,12,12,5,10,9,8,7,6,5,4,3,2,1,0,14,13,0,11,10,9,8,7,6,5,4,3,2,1,0
%N Transpose of array A275730.
%C See comments and links in A275730.
%H Antti Karttunen, <a href="/A275731/b275731.txt">Table of n, a(n) for n = 0..1829; the first 60 antidiagonals of array</a>
%H <a href="/index/Fa#facbase">Index entries for sequences related to factorial base representation</a>
%o (Scheme)
%o (define (A275731 n) (A275730bi (A025581 n) (A002262 n))) ;; A275730bi given in A275730.
%Y Transpose: A275730.
%K nonn,tabl
%O 0,4
%A _Antti Karttunen_, Aug 08 2016