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.

A382643 Expansion of e.g.f. exp( x/(1-3*x)^(4/3) ).

Original entry on oeis.org

1, 1, 9, 109, 1697, 32401, 733081, 19167709, 568351169, 18833921857, 689436160361, 27616959669421, 1201138514382049, 56349982190989969, 2835621797645900537, 152321976433436677981, 8697876904012444443521, 526015632425455532060929, 33581536744768011688139209
Offset: 0

Views

Author

Seiichi Manyama, Apr 03 2025

Keywords

Crossrefs

Programs

  • PARI
    a(n) = n!*sum(k=0, n, 3^(n-k)*binomial(n+k/3-1, n-k)/k!);

Formula

a(n) = n! * Sum_{k=0..n} 3^(n-k) * binomial(n+k/3-1,n-k)/k!.
a(n) ~ 2^(3/7) * 3^(n + 1/14) * n^(n - 3/14) * exp(-2^(-2/7)*3^(-12/7)*n^(1/7) + 7*2^(-8/7)*3^(-6/7)*n^(4/7) - n) / sqrt(7). - Vaclav Kotesovec, Apr 17 2025