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 A242379 #6 May 16 2014 09:56:53 %S A242379 0,0,1,0,1,2,0,1,3,3,0,1,5,5,4,0,1,7,7,9,5,0,1,11,11,25,7,6,0,1,13,13, %T A242379 49,11,15,7,0,1,17,17,121,13,35,11,8,0,1,19,19,169,17,77,13,27,9,0,1, %U A242379 23,23,289,19,143,17,125,25,10,0,1,29,29,361,23,221,19,343,49,21,11 %N A242379 Transpose of array A242378. %C A242379 Please see comments at A242378. %o A242379 (Scheme) (define (A242379 n) (A242378bi (A025581 n) (A002262 n))) ;; The rest of code as in A242378. %Y A242379 Transpose: A242378. %K A242379 nonn,tabl %O A242379 0,6 %A A242379 _Antti Karttunen_, May 12 2014