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.
%I A300864 #8 Mar 14 2018 21:21:33 %S A300864 1,1,0,1,0,0,2,-1,0,4,-6,6,6,-24,38,-17,-64,188,-230,-6,662,-1432, %T A300864 1286,1210,-6362,10692,-5530,-18274,57022,-74364,174,216703,-489544, %U A300864 467860,391258,-2256430,3948206,-2234064,-6725362,21920402,-29716570,2095564,84595798,-198418242,197499846 %N A300864 Signed recurrence over strict trees: a(n) = -1 + Sum_{y1 + ... + yk = n, y1 > ... > yk > 0, k > 1} a(y1) * ... * a(yk). %t A300864 a[n_]:=a[n]=-1+Sum[Times@@a/@y,{y,Select[IntegerPartitions[n],Length[#]>1&&UnsameQ@@#&]}]; %t A300864 -Array[a,40] %Y A300864 Cf. A000992, A018819, A063834, A099323, A196545, A220418, A273866, A273873, A289501, A290261, A300862, A300863, A300865, A300866. %K A300864 sign %O A300864 1,7 %A A300864 _Gus Wiseman_, Mar 13 2018