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.

A293954 First differences of A055612.

This page as a plain text file.
%I A293954 #12 Jul 09 2025 04:46:05
%S A293954 1,4,26,318,8362,518136,79762944,31347878526,31875040276682,
%T A293954 84415672202652576,584440009839756835096,10604211348847550536329728,
%U A293954 505234836942870203845022012928,63320076924994011498092218964764672,20908605974267058444111310750652481533952
%N A293954 First differences of A055612.
%H A293954 Robert Israel, <a href="/A293954/b293954.txt">Table of n, a(n) for n = 0..68</a>
%p A293954 A055612:= n -> mul(binomial(n,m)+1,m=1..n):
%p A293954 seq(A055612(n+1)-A055612(n),n=0..20); # _Robert Israel_, Oct 30 2017
%t A293954 Differences@ Array[Product[1 + Binomial[#, m], {m, #}] &, 16, 0] (* _Michael De Vlieger_, Oct 30 2017 *)
%Y A293954 Cf. A055612, A217716, A293955.
%K A293954 nonn
%O A293954 0,2
%A A293954 _N. J. A. Sloane_, Oct 30 2017, following a suggestion from _Joerg Arndt_