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.

A241698 Number of Carlitz compositions of n with exactly eight descents.

Original entry on oeis.org

34, 273, 1374, 5523, 19085, 59043, 167822, 445485, 1117320, 2671007, 6126303, 13552203, 29036088, 60461206, 122706950, 243312768, 472343731, 899329583, 1681962056, 3094108766, 5605224314, 10010276920, 17640174861, 30699341690, 52802429497, 89820432080
Offset: 24

Views

Author

Alois P. Heinz, Apr 27 2014

Keywords

Comments

No two adjacent parts of a Carlitz composition are equal.

Crossrefs

Column k=8 of A241701.

Programs

  • Maple
    b:= proc(n, i) option remember; `if`(n=0, 1,
           convert(series(add(`if`(i=j, 0, b(n-j, j)*
          `if`(j coeff(b(n, 0), x, 8):
    seq(a(n), n=24..50);