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 A380155 #10 Jan 23 2025 05:22:18 %S A380155 1,1,7,63,785,12545,244407,5619775,148977313,4473497601,150078670055, %T A380155 5563415292479,225832882678449,9962766560986369,474619650950131351, %U A380155 24283168467229957695,1327993894505461755713,77305844496338607597569,4772660185400974888323015 %N A380155 Expansion of e.g.f. 1/sqrt(1 - 2*x*exp(2*x)). %F A380155 a(n) = 2^n * n! * Sum_{k=0..n} (-1)^k * k^(n-k) * binomial(-1/2,k)/(n-k)!. %F A380155 a(n) == 1 (mod 2). %F A380155 a(n) ~ 2^(n + 1/2) * n^n / (sqrt(1 + LambertW(1)) * exp(n) * LambertW(1)^n). - _Vaclav Kotesovec_, Jan 23 2025 %o A380155 (PARI) a(n) = 2^n*n!*sum(k=0, n, (-1)^k*k^(n-k)*binomial(-1/2, k)/(n-k)!); %Y A380155 Cf. A006153, A380156. %Y A380155 Cf. A380014, A380015. %K A380155 nonn %O A380155 0,3 %A A380155 _Seiichi Manyama_, Jan 13 2025