The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A321958 Sums of antidiagonals of A321960. 2
1, 1, 2, 5, 15, 54, 227, 1085, 5774, 33679, 212807, 1443622, 10439565, 80016693, 646976322, 5496339141, 48894262619, 454113866430, 4392175247939, 44138842357617, 459956754593094, 4961220069886511, 55301147935270395, 636091223462294518, 7539926971001192381 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
PROG
(Sage)
def A321958List(l):
def row(n, dim):
m = 1
for k in range(dim-1, -1, -1):
ax = (n+k)*x
m = 1 - ax - (ax*x)/m
return SR(1/m).series(x, dim).list()
return [sum(row(n-k, n+1)[k] for k in (0..n)) for n in (0..l-1)]
A321958List(16)
CROSSREFS
Cf. A321960.
Sequence in context: A185040 A369599 A208237 * A107112 A193318 A171450
KEYWORD
nonn
AUTHOR
Peter Luschny, Dec 27 2018
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified May 19 02:48 EDT 2024. Contains 372666 sequences. (Running on oeis4.)