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-1 of 1 results.

A099237 a(n) = Sum_{k=0..n} binomial(n*(n-k), k).

Original entry on oeis.org

1, 1, 3, 10, 45, 251, 1624, 11908, 97545, 880660, 8664546, 92096731, 1050304775, 12778138842, 165033693175, 2253204163256, 32401745953105, 489207829112931, 7733130368443057, 127664099576228184, 2196149923000824756
Offset: 0

Views

Author

Paul Barry, Oct 08 2004

Keywords

Comments

Main diagonal of A099233.

Crossrefs

Programs

Formula

From Vaclav Kotesovec, Feb 19 2018: (Start)
a(n)^(1/n) ~ n^(n/w) * (n+1-w)^(1 - (n+1)/w) * (w-1)^(1/w - 1), where w = LambertW(exp(1)*n),
a(n)^(1/n) ~ n/log(n), but the convergence is too slow. (End)
From Peter Bala, Jan 19 2023: (Start)
Conjectures: a(2^k) == 1 (mod 2^k) and a(3^k) == 1 (mod 3^(k+1)); a(p^k) == 1 (mod p^(k+1)) for all primes p >= 5.
Let m be a positive integer. Similar recurrences may hold for the sequence whose n-th term is given by Sum_{k = 0..n} binomial(m*n*k, n-k). Cf. A359842. (End)
Showing 1-1 of 1 results.