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 A255425 #7 Apr 14 2015 10:27:27 %S A255425 36,36,36,36,36,36,36,180,36,576,36,36,36,36,36,36,36,36,36,36,36,36, %T A255425 36,36,36,36,36,36,36,36,36,36,36,36,36,396,900,36,36,36,36,36,36,576, %U A255425 36,36,36,36,36,36,468,36,36,36,36,36,36,36,36,36,36,576,36,36 %N A255425 a(n) = A003557(A255334(n)) = A255334(n) / A255424(n). %H A255425 Antti Karttunen, <a href="/A255425/b255425.txt">Table of n, a(n) for n = 1..6589</a> %F A255425 a(n) = A003557(A255334(n)) = A255334(n) / A255424(n). %F A255425 For all n, a(n) > 1 and a(n) < A255426(n). %o A255425 (Scheme, two versions) %o A255425 (define (A255425 n) (A003557 (A255334 n))) %o A255425 (define (A255425 n) (/ (A255334 n) (A255424 n))) %Y A255425 Cf. A003557, A254791, A255334, A255424, A255426. %K A255425 nonn %O A255425 1,1 %A A255425 _Antti Karttunen_, Apr 06 2015