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.

A365038 E.g.f. satisfies A(x) = exp(x * (1 + x)/A(x)).

Original entry on oeis.org

1, 1, 1, -2, 9, -44, 175, 246, -21007, 396712, -5576769, 57840850, -151112951, -14137899060, 539212013327, -13335393617714, 239914650459105, -1990873438067504, -76974185162417921, 5220283004540970282, -194958036625254566599, 5226632355735840377140
Offset: 0

Views

Author

Seiichi Manyama, Aug 18 2023

Keywords

Crossrefs

Programs

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

Formula

E.g.f.: exp( LambertW(x * (1+x)) ).
a(n) = n! * Sum_{k=0..n} (-k+1)^(k-1) * binomial(k,n-k)/k!.

A365040 E.g.f. satisfies A(x) = exp(x * (1 + x)/A(x)^3).

Original entry on oeis.org

1, 1, -3, 34, -623, 15636, -499277, 19382686, -886663647, 46716323752, -2786249779829, 185574001203834, -13652735530485647, 1099602989008154476, -96230900016000250269, 9092834662610587023286, -922622745817066477888703, 100054409045940667152740304
Offset: 0

Views

Author

Seiichi Manyama, Aug 18 2023

Keywords

Crossrefs

Programs

  • PARI
    my(N=20, x='x+O('x^N)); Vec(serlaplace(exp(lambertw(3*x*(1+x))/3)))

Formula

E.g.f.: exp( LambertW(3*x * (1+x))/3 ).
a(n) = n! * Sum_{k=0..n} (-3*k+1)^(k-1) * binomial(k,n-k)/k!.
Showing 1-2 of 2 results.