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 A276618 #6 Sep 20 2016 13:23:14 %S A276618 1,3,2,5,6,4,15,10,12,8,17,30,20,24,16,51,34,60,40,48,32,85,102,68, %T A276618 120,80,96,64,255,170,204,136,240,160,192,128,257,510,340,408,272,480, %U A276618 320,384,256,771,514,1020,680,816,544,960,640,768,512,1285,1542,1028,2040,1360,1632,1088,1920,1280,1536,1024 %N A276618 Transpose of table A099884. %C A276618 See A099884. %H A276618 Antti Karttunen, <a href="/A276618/b276618.txt">Table of n, a(n) for n = 0..8255; the first 128 antidiagonals of array</a> %o A276618 (Scheme) (define (A276618 n) (A099884bi (A025581 n) (A002262 n))) ;; Code for A099884bi given in A099884. %Y A276618 Transpose: A099884. %K A276618 nonn,tabl %O A276618 0,2 %A A276618 _Antti Karttunen_, Sep 19 2016