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.

A276585 After a(0)=0, the first differences of A276583.

This page as a plain text file.
%I A276585 #5 Sep 08 2016 17:53:18
%S A276585 0,3,3,2,3,4,3,3,3,3,5,3,3,5,5,3,5,3,4,3,5,3,4,2,3,5,3,4,4,3,5,3,4,3,
%T A276585 3,3,5,3,4,3,5,3,5,3,4,3,3,4,3,5,3,4,3,6,3,3,5,3,4,3,6,5,3,5,3,4,3,6,
%U A276585 3,4,3,5,3,4,3,6,3,6,3,5,3,4,3,6,3,5,3,3,5,3,4,3,6,3,5,3,2,3,5,3,4,3,6,3,5,3,4,3,5,3,4,3,6,3,5,3,3,3,3,5,3
%N A276585 After a(0)=0, the first differences of A276583.
%H A276585 Antti Karttunen, <a href="/A276585/b276585.txt">Table of n, a(n) for n = 0..10095</a>
%F A276585 a(n) = A053610(A276583(n)).
%F A276585 a(0) = 0; for n >= 1, a(n) = A276583(n) - A276583(n-1).
%o A276585 (Scheme, two alternatives)
%o A276585 (define (A276585 n) (A053610 (A276583 n)))
%o A276585 (define (A276585 n) (if (zero? n) n (- (A276583 n) (A276583 (- n 1)))))
%Y A276585 Cf. A053610, A276583.
%K A276585 nonn
%O A276585 0,2
%A A276585 _Antti Karttunen_, Sep 07 2016