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.

Showing 1-2 of 2 results.

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

Original entry on oeis.org

1, 1, 1, -5, -23, -59, 1321, 9871, 39985, -1512503, -16027919, -89148509, 4751428441, 65256458125, 461686022617, -31737431328329, -535583971806239, -4599769739165039, 387180506424212065, 7750866424109754187, 78298694889496869961, -7798395141074580424619
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^3))))

Formula

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

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

Original entry on oeis.org

1, 1, 1, 1, -23, -119, -359, -839, 78961, 722737, 3623761, 13297681, -2115602279, -27917827079, -195909017303, -980236890359, 219254440161121, 3780662914771681, 34105981790126881, 216149350680413857, -62275804867272039479, -1325952502191492278039
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)).
Showing 1-2 of 2 results.