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 A377891 #9 Nov 11 2024 06:49:01 %S A377891 1,2,19,364,10665,423056,21221851,1288931456,91977076561, %T A377891 7543664425216,699290913249891,72306463481715200,8251192866018497401, %U A377891 1030074741274860240896,139650729116792108398891,20432888021354725476499456,3209204194084043665909835937,538542735919965101952197525504 %N A377891 E.g.f. A(x) satisfies A(x) = (1 + x*A(x)^3) * exp(x * A(x)). %F A377891 a(n) = n! * Sum_{k=0..n} (3*n-2*k+1)^(k-1) * binomial(3*n-2*k+1,n-k)/k!. %o A377891 (PARI) a(n) = n!*sum(k=0, n, (3*n-2*k+1)^(k-1)*binomial(3*n-2*k+1, n-k)/k!); %Y A377891 Cf. A088690, A377826, A377890. %K A377891 nonn %O A377891 0,2 %A A377891 _Seiichi Manyama_, Nov 11 2024