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.

A103720 Column m=3 sequence (unsigned) of triangle A103718(n,m), n>=0, without leading zeros.

Original entry on oeis.org

1, 11, 100, 910, 8729, 89733, 993005, 11826430, 151253806, 2071221724, 30271456852, 470710866080, 7763809049424, 135443758109328, 2492613881571600, 48271966288640928, 981500863085719776
Offset: 0

Views

Author

Wolfdieter Lang, Feb 15 2005

Keywords

Formula

a(n)= |S1(n+4, 4)| + |S1(n+4, 5)|= |S1(n+5, 5)|-(n+3)*|S1(n+4, 5)|, with S1(n, m):= A048994(n, m), n>=>m=0 (Stirling1 triangle).