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.

A142967 Row sums of triangle A142963.

This page as a plain text file.
%I A142967 #15 Jun 18 2017 02:07:00
%S A142967 1,3,15,111,1071,12663,177255,2866671,52587711,1078805223,24470577495,
%T A142967 608113846431,16429992037551,479502707791383,15032820820737735,
%U A142967 503852219871917391,17978716725920562591,680458944566818819143,27227452811905815729975,1148414905826479180087551
%N A142967 Row sums of triangle A142963.
%F A142967 a(n) = Sum_{m=0..n-1} A142963(n,m).
%F A142967 a(n) = Sum_{k=1..n} A211399(n,k)*2^(k-1). - _Philippe Deléham_, Feb 12 2013
%F A142967 G.f.: 1 + 2*Sum_{n = 1..inf} a(n)*x^n = 1/(1-2*x/(1-x/(1-2*3*x/(1-2*x/(1-2*5*x/(1-3*x/(1-2*7*x/(1-4*x/(1-...))))))))) (continued fraction). - _Philippe Deléham_, Feb 12 2013
%Y A142967 Cf. A142963, A211399.
%K A142967 nonn,easy
%O A142967 1,2
%A A142967 _Wolfdieter Lang_, Sep 15 2008