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.

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

Original entry on oeis.org

1, 1, 1, 1, 25, 121, 361, 841, 82321, 728785, 3633841, 13313521, 2195435881, 28125394441, 196393341145, 981274727161, 227100486456481, 3807339471993121, 34186011461595361, 216366574074187105, 64438384450412161081, 1335035336388170601241
Offset: 0

Views

Author

Seiichi Manyama, Apr 17 2023

Keywords

Crossrefs

Programs

  • PARI
    my(N=30, x='x+O('x^N)); Vec(serlaplace(exp(x)/(1+lambertw(-x^4))))

Formula

E.g.f.: exp(x) / (1 + LambertW(-x^4)).