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.

A377827 E.g.f. satisfies A(x) = (1 + x)^2 * exp(x * A(x)).

This page as a plain text file.
%I A377827 #13 Feb 16 2025 08:34:07
%S A377827 1,3,13,106,1273,20226,402589,9637902,269967793,8666441650,
%T A377827 313793596981,12653878751526,562489374836041,27328756018660266,
%U A377827 1440892788988703821,81940739770677315646,4999648556871348611425,325806859913842861709922,22584652022005415601772645
%N A377827 E.g.f. satisfies A(x) = (1 + x)^2 * exp(x * A(x)).
%H A377827 Eric Weisstein's World of Mathematics, <a href="https://mathworld.wolfram.com/LambertW-Function.html">Lambert W-Function</a>.
%F A377827 E.g.f.: (1+x)^2 * exp( -LambertW(-x*(1+x)^2) ).
%F A377827 E.g.f.: -LambertW(-x*(1+x)^2)/x.
%F A377827 a(n) = n! * Sum_{k=0..n} (k+1)^(k-1) * binomial(2*k+2,n-k)/k!.
%F A377827 a(n) ~ sqrt(1 + 3*r) * n^(n-1) / (exp(n - 1/4) * r^(n + 3/4)), where r = 0.2394629861788505554394435808448... is root of the equation r*(1+r)^2 = exp(-1). - _Vaclav Kotesovec_, Nov 09 2024
%o A377827 (PARI) a(n) = n!*sum(k=0, n, (k+1)^(k-1)*binomial(2*k+2, n-k)/k!);
%Y A377827 Cf. A377826, A377828.
%Y A377827 Cf. A362772, A377740, A377810.
%K A377827 nonn
%O A377827 0,2
%A A377827 _Seiichi Manyama_, Nov 09 2024