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.

A368510 a(n) = Sum_{k=0..n} n^(n-k) * binomial(k+n,k).

This page as a plain text file.
%I A368510 #9 Dec 28 2023 10:32:14
%S A368510 1,3,16,113,1026,11782,166776,2825349,55797790,1258065866,31866312336,
%T A368510 895430095738,27632885411236,928823226029532,33772464199743184,
%U A368510 1320627875038128045,55259636489069057910,2463499964955575965954,116560977980742613228704
%N A368510 a(n) = Sum_{k=0..n} n^(n-k) * binomial(k+n,k).
%F A368510 a(n) = [x^n] 1/((1-n*x) * (1-x)^(n+1)).
%F A368510 a(n) ~ exp(1) * n^n. - _Vaclav Kotesovec_, Dec 28 2023
%o A368510 (PARI) a(n) = sum(k=0, n, n^(n-k)*binomial(n+k, k));
%Y A368510 Cf. A293574, A368489.
%K A368510 nonn
%O A368510 0,2
%A A368510 _Seiichi Manyama_, Dec 28 2023