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 A285324 #6 Apr 20 2017 12:30:48 %S A285324 1,2,1,3,1,2,1,4,1,3,1,3,1,2,1,5,1,2,1,4,1,2,1,4,1,3,1,3,1,2,1,6,1,2, %T A285324 1,5,1,2,1,5,1,3,1,3,1,2,1,5,1,2,1,4,1,2,1,4,1,3,1,3,1,2,1,7,1,2,1,6, %U A285324 1,2,1,6,1,3,1,3,1,2,1,6,1,2,1,4,1,2,1,4,1,3,1,3,1,2,1,6,1,2,1,5,1,2,1,5,1,3,1,3,1,2,1,5,1,2,1,4,1,2,1,4 %N A285324 a(n) = A000523(A285327(n)-n). %H A285324 Antti Karttunen, <a href="/A285324/b285324.txt">Table of n, a(n) for n = 1..8191</a> %F A285324 a(n) = A000523(A285327(n)-n). [Note that A285327(n)-n is always a power of 2.] %o A285324 (Scheme) (define (A285324 n) (A000523 (- (A285327 n) n))) %Y A285324 Cf. A000523, A285110, A285327. %K A285324 nonn %O A285324 1,2 %A A285324 _Antti Karttunen_, Apr 19 2017