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.

A371297 E.g.f. satisfies A(x) = 1/(1 + 2*log(1 - x*A(x)^2)).

Original entry on oeis.org

1, 2, 26, 676, 26852, 1443888, 98183024, 8083614880, 781958648448, 86940057459840, 10925288128027968, 1531414930604605440, 236905910564035082112, 40093453025252047368192, 7368774639911257328778240, 1461607086204159742139338752, 311206233406111454756938844160
Offset: 0

Views

Author

Seiichi Manyama, Mar 18 2024

Keywords

Crossrefs

Programs

  • PARI
    a(n) = sum(k=0, n, 2^k*(2*n+k)!*abs(stirling(n, k, 1)))/(2*n+1)!;

Formula

a(n) = (1/(2*n+1)!) * Sum_{k=0..n} 2^k * (2*n+k)! * |Stirling1(n,k)|.