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.

A243480 Number of isoscent sequences of length n with exactly seven descents.

This page as a plain text file.
%I A243480 #7 Feb 09 2015 10:34:15
%S A243480 130,18196,1027497,35855578,920132845,19024724767,334824869566,
%T A243480 5199938158961,73073359931844,946309985456857,11449696018832655,
%U A243480 130815643776548834,1423250326223813866,14845562100052915605,149281547622659687547,1453772869428542126084
%N A243480 Number of isoscent sequences of length n with exactly seven descents.
%H A243480 Joerg Arndt and Alois P. Heinz, <a href="/A243480/b243480.txt">Table of n, a(n) for n = 13..100</a>
%t A243480 b[n_, i_, t_] := b[n, i, t] = If[n < 1, 1, Expand[Sum[ If[j < i, x, 1] *b[n - 1, j, t + If[j == i, 1, 0]], {j, 0, t + 1}]]]; a[n_] := Coefficient[b[n - 1, 0, 0], x, 7]; Table[a[n], {n, 13, 40}] (* _Jean-François Alcover_, Feb 09 2015, after A242352 *)
%Y A243480 Column k=7 of A242352.
%K A243480 nonn
%O A243480 13,1
%A A243480 _Joerg Arndt_ and _Alois P. Heinz_, Jun 05 2014