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.

A368269 Expansion of e.g.f. exp(-2*x) / (1 - 2*x*exp(x)).

Original entry on oeis.org

1, 0, 8, 46, 584, 8138, 139252, 2770206, 63009648, 1612255186, 45837395564, 1433503025414, 48906419204392, 1807570412699322, 71946432680652324, 3068220235065662062, 139570141248903198944, 6745706553985526731682, 345212056986241161670876
Offset: 0

Views

Author

Seiichi Manyama, Dec 19 2023

Keywords

Crossrefs

Programs

  • PARI
    a(n) = n!*sum(k=0, n, 2^(n-k)*(n-k-2)^k/k!);

Formula

a(n) = n! * Sum_{k=0..n} 2^(n-k) * (n-k-2)^k / k!.