# Greetings from The On-Line Encyclopedia of Integer Sequences! http://oeis.org/
Search: id:a001346
Showing 1-1 of 1
%I A001346 M5134 N2225 #25 Feb 01 2022 01:32:20
%S A001346 23,65,261,1370,8742,65304,557400,5343120,56775600,661933440,
%T A001346 8397406080,115123680000,1695705580800,26701944192000,447579574041600,
%U A001346 7955978033203200,149473718634240000,2959340324548608000,61578385989120000000,1343454891288846336000
%N A001346 a(n) = Sum_{k = 0..4} (n+k)! C(4,k).
%D A001346 N. J. A. Sloane, A Handbook of Integer Sequences, Academic Press, 1973 (includes this sequence).
%D A001346 N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence).
%H A001346 T. D. Noe, Table of n, a(n) for n = -1..100
%H A001346 E. Biondi, L. Divieti, G. Guardabassi, Counting paths, circuits, chains and cycles in graphs: A unified approach, Canad. J. Math. 22 1970 22-35.
%t A001346 Join[{23}, Table[Sum[(n + k)! Binomial[4, k], {k, 0, 4}], {n, 0, 20}]] (* _T. D. Noe_, Jun 28 2012 *)
%o A001346 (PARI) a(n) = if (n==-1, 23, sum(k=0, 4, (n+k)!*binomial(4, k))); \\ _Michel Marcus_, Jun 30 2017
%Y A001346 Cf. A001345, A001347.
%K A001346 nonn
%O A001346 -1,1
%A A001346 _N. J. A. Sloane_
# Content is available under The OEIS End-User License Agreement: http://oeis.org/LICENSE