Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).
%I #5 Aug 16 2016 09:47:12
%S 18,234,2244,22098,237594,2743164,33556818,441925794,12449045364,
%T 267703255698,5497712563434,112804699752300,2358022995718578,
%U 51007863864388434,1135446810698914644,26241095309660220138,626391138692542250154,15519080113275337003404,397364781519139001021778,10545585096254938755221394,289700229771377481566636364
%N First differences of A265908; second differences of A265907.
%H Antti Karttunen, <a href="/A275963/b275963.txt">Table of n, a(n) for n = 1..52</a>
%H <a href="/index/Fa#facbase">Index entries for sequences related to factorial base representation</a>
%F a(n) = A265908(1+n) - A265908(n).
%o (Scheme) (define (A275963 n) (- (A265908 (+ 1 n)) (A265908 n)))
%Y Row 3 of A275960.
%Y Cf. A265907, A265908.
%K nonn,base
%O 1,1
%A _Antti Karttunen_, Aug 13 2016