login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A276977 Duplicate of A106827. 3

%I #15 May 16 2023 11:29:19

%S 1,1,11,315,17129,1510425,196385475,35327367075,8399994587985,

%T 2550903574364145,963207568455370875,442613044315692124875,

%U 243195136160954426677305,157442856285298191126143625,118607799383105394973766029875,102867257381973743111023517821875

%N Duplicate of A106827.

%H Vincenzo Librandi, <a href="/A276977/b276977.txt">Table of n, a(n) for n = 0..200</a>

%F a(n) = (-1)^n * Sum_{k=0..n} Stirling1(n+k, k) * !(n-k) * C(2*n, n+k), where !n = A000166(n) is the subfactorial, C(n,k) are binomial coefficients.

%t Table[(-1)^n Sum[StirlingS1[n+k, k] Subfactorial[n-k] Binomial[2n, n+k], {k, 0, n}], {n, 0, 20}]

%Y Cf. A055505, A055535, A000166.

%K dead

%O 0,3

%A _Vladimir Reshetnikov_, Sep 23 2016

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 24 08:28 EDT 2024. Contains 371926 sequences. (Running on oeis4.)