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.

A216062 Number of distinct values taken by 9th derivative of x^x^...^x (with n x's and parentheses inserted in all possible ways) at x=1.

This page as a plain text file.
%I A216062 #7 Oct 04 2014 10:52:45
%S A216062 1,1,2,4,9,20,48,115,286,719,1838,4734,12247,31617,81208
%N A216062 Number of distinct values taken by 9th derivative of x^x^...^x (with n x's and parentheses inserted in all possible ways) at x=1.
%C A216062 a(4) = 4 because the A000108(3) = 5 possible parenthesizations of x^x^x^x lead to 4 different values of the 9th derivative at x=1: (x^(x^(x^x))) -> 3010680; ((x^x)^(x^x)), ((x^(x^x))^x) -> 3863808; (x^((x^x)^x)) -> 6019416; (((x^x)^x)^x) -> 6333336.
%p A216062 # load programs from A215703, then:
%p A216062 a:= n-> nops({map(f-> 9!*coeff(series(subs(x=x+1, f),
%p A216062                   x, 10), x, 9), T(n))[]}):
%p A216062 seq(a(n), n=1..11);
%Y A216062 Cf. A000081 (distinct functions), A000108 (parenthesizations), A000012 (first derivatives), A028310 (2nd derivatives), A199085 (3rd derivatives), A199205 (4th derivatives), A199296 (5th derivatives), A199883 (6th derivatives), A002845, A003018, A003019, A145545, A145546, A145547, A145548, A145549, A145550, A082499, A196244, A198683, A215703, A215839. Column k=9 of A216368.
%K A216062 nonn,more
%O A216062 1,3
%A A216062 _Alois P. Heinz_, Aug 31 2012