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.

A362163 Expansion of e.g.f. -exp(x * sqrt(1-2*x)).

Original entry on oeis.org

-1, -1, 1, 8, 23, 64, 479, 6026, 80863, 1194488, 19951919, 374005774, 7768598111, 177019006748, 4389955280983, 117700126685714, 3392361648663359, 104592876994535056, 3434908279968850463, 119702402510430502358, 4411764405014665620799
Offset: 0

Views

Author

Seiichi Manyama, Apr 10 2023

Keywords

Crossrefs

Programs

  • PARI
    my(N=30, x='x+O('x^N)); Vec(serlaplace(-exp(x*sqrt(1-2*x))))

Formula

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