cp's OEIS Frontend

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.

A255426 a(n) = A003557(A255423(n)) = A255423(n) / A255424(n).

This page as a plain text file.
%I A255426 #7 Apr 14 2015 10:27:37
%S A255426 49,49,49,49,49,49,49,245,49,676,49,49,49,49,49,49,49,49,49,49,49,49,
%T A255426 49,49,49,49,49,49,49,49,49,49,49,49,49,539,1225,49,49,49,49,49,49,
%U A255426 676,49,49,49,49,49,49,637,49,49,49,49,49,49,49,49,49,49,676,49,49
%N A255426 a(n) = A003557(A255423(n)) = A255423(n) / A255424(n).
%H A255426 Antti Karttunen, <a href="/A255426/b255426.txt">Table of n, a(n) for n = 1..6589</a>
%F A255426 a(n) = A003557(A255423(n)) = A255423(n) / A255424(n).
%F A255426 For all n, a(n) > A255425(n) > 1.
%o A255426 (Scheme, two versions)
%o A255426 (define (A255426 n) (/ (A255423 n) (A255424 n)))
%o A255426 (define (A255426 n) (A003557 (A255423 n)))
%Y A255426 Cf. A003557, A254791, A255423, A255424, A255425.
%K A255426 nonn
%O A255426 1,1
%A A255426 _Antti Karttunen_, Apr 06 2015