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 A286375 #7 May 09 2017 17:37:30 %S A286375 1,2,2,36,2,96,36,840,2,1260,96,1260,36,2310,840,5040,2,1260,1260, %T A286375 69300,96,4620,1260,4320,36,1680,2310,12600,840,36960,5040,30240,2, %U A286375 1260,1260,831600,1260,415800,69300,2646000,96,27720,4620,900900,1260,221760,4320,277200,36,83160,1680,13860,2310,180180,12600,166320,840,15315300,36960,13860,5040 %N A286375 a(n) = A278222(n^3). %H A286375 Antti Karttunen, <a href="/A286375/b286375.txt">Table of n, a(n) for n = 0..16384</a> %H A286375 <a href="/index/Bi#binary">Index entries for sequences related to binary expansion of n</a> %F A286375 a(n) = A278222(A000578(n)) = A278222(n^3). %o A286375 (Scheme) (define (A286375 n) (A278222 (* n n n))) %Y A286375 Cf. A000578, A278222, A286243, A286375, A286376. %Y A286375 Cf. A192085 (one of the matched sequences). %K A286375 nonn,base %O A286375 0,2 %A A286375 _Antti Karttunen_, May 09 2017