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.

A215842 Third 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, 3, 12, 9, 27, 18, 15, 9, 48, 33, 24, 24, 18, 21, 15, 9, 9, 75, 54, 39, 39, 33, 30, 24, 30, 24, 18, 18, 27, 21, 15, 15, 15, 9, 9, 9, 9, 108, 81, 60, 45, 60, 54, 45, 39, 36, 30, 24, 45, 39, 33, 33, 36, 30, 24, 24, 36, 30, 24, 24, 24, 18, 18, 18, 18, 33, 27
Offset: 1

Views

Author

Alois P. Heinz, Aug 24 2012

Keywords

Comments

For the ordering of functions f_n see A215703.

Crossrefs

Row n=3 of A215703.
Number of distinct values of a(n) taken for functions with m x's: A199085.

Programs

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