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.

A215839 Ninth derivative of f_n at x=1, where f_n is the n-th of all functions that are representable as x^x^...^x with m>=1 x's and parentheses inserted in all possible ways.

Original entry on oeis.org

0, -5112, 253296, 360144, 6333336, 3863808, 6019416, 3010680, 56343456, 27617616, 14843808, 26108208, 13309272, 39097296, 18337680, 14572944, 7829424, 293095080, 139667616, 70196904, 101378376, 55969128, 55359216, 31002552, 111791088, 56304360, 40935024
Offset: 1

Views

Author

Alois P. Heinz, Aug 24 2012

Keywords

Comments

For the ordering of functions f_n see A215703.

Crossrefs

Row n=9 of A215703.

Programs

  • Maple
    # load programs from A215703, then:
    seq(A(9, n), n=1..100);