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.

A248827 Row sums of A187783 and A089759.

Original entry on oeis.org

1, 2, 3, 5, 15, 137, 4393, 518625, 239478123, 455196345315, 4054931519864889, 157048983466046778713, 33902817175022723879495899, 33209307490198775518644207834495, 202452250996395056747517509528867065999
Offset: 0

Views

Author

Tilman Piesk, Oct 28 2014

Keywords

Examples

			          1                  1
        1   1                2
      1   1   1              3
    1   2   1   1            5
  1   6   6   1   1         15
1  24  90  20   1   1      137
		

Programs

  • Mathematica
    Table[Sum[((n-k)*k)! / (k!)^(n-k), {k, 0, n}], {n, 0, 15}] (* Vaclav Kotesovec, Nov 24 2023 *)

Formula

log(a(n)) ~ n^2 * (log(n/2)/4 + 1/(16*log(n))). - Vaclav Kotesovec, Nov 24 2023