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 A275810 #7 Aug 11 2016 23:46:53 %S A275810 5,9,5,3,32,5,15,10,5,4,4,3,11,3,5,145,5,9,5,3,80,5,37,5,9,5,3,10,23, %T A275810 3,16,10,5,4,35,16,5,9,5,3,5,10,3,4,5,3,11,3,5,32,3,17,10,3,4,4,5,9,5, %U A275810 3,842,5,9,5,3,32,5,15,10,5,4,4,3,11,3,5,505,5,9,5,3,194,5,9,5,3,32,5,15,10,5,4,4,3,11,3,5,31,5,111,10,5,4,100 %N A275810 First differences of A275809. %H A275810 Antti Karttunen, <a href="/A275810/b275810.txt">Table of n, a(n) for n = 1..1384</a> %H A275810 <a href="/index/Fa#facbase">Index entries for sequences related to factorial base representation</a> %F A275810 a(n) = A275809(n) - A275809(n-1). %o A275810 (Scheme) %o A275810 (define (A275810 n) (- (A275809 n) (A275809 (- n 1)))) %Y A275810 Cf. A275809. %K A275810 nonn %O A275810 1,1 %A A275810 _Antti Karttunen_, Aug 09 2016