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.

A179944 Row sums of triangle A179943.

This page as a plain text file.
%I A179944 #8 Apr 13 2021 17:29:33
%S A179944 1,3,7,17,47,148,518,1977,8138,35879,168500,838944,4409957,24385913,
%T A179944 141412615,857611641,5426144191,35739397738,244573978098,
%U A179944 1735854397529,12757309001222,96941738970957,760649367654460,6155205917196408,51308394497243469,440110582561558831
%N A179944 Row sums of triangle A179943.
%H A179944 Andrew Howroyd, <a href="/A179944/b179944.txt">Table of n, a(n) for n = 0..500</a>
%H A179944 Robert G. Donnelly, Molly W. Dunkum, Sasha V. Malone, and Alexandra Nance, <a href="https://arxiv.org/abs/2012.14991">Symmetric Fibonaccian distributive lattices and representations of the special linear Lie algebras</a>, arXiv:2012.14991 [math.CO], 2020.
%F A179944 G.f.: Sum_{k>=0} x^k/(1 - (k+2)*x + x^2). - _Andrew Howroyd_, Apr 13 2021
%e A179944 a(4) = 47 since row 4 of triangle A179943 = (1, 5, 15, 21, 5).
%o A179944 (PARI) seq(n)={Vec(sum(k=0, n, x^k/(1-(k+2)*x+x^2) + O(x*x^n)))} \\ _Andrew Howroyd_, Apr 13 2021
%Y A179944 Row sums of A179943.
%Y A179944 Cf. A341576.
%K A179944 nonn
%O A179944 0,2
%A A179944 _Gary W. Adamson_, Aug 07 2010
%E A179944 Terms a(12) and beyond from _Andrew Howroyd_, Apr 13 2021