Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A155519
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A155519 a(n) = Sum (J(p): p is a permutation of {1,2,...,n}), where J(p) is the number of j <=ceil(n/2) such that p(j)+p(n+1-j)=n+1. +0
3
1, 2, 4, 16, 72, 432, 2880, 23040, 201600, 2016000, 21772800, 261273600, 3353011200, 46942156800, 697426329600, 11158821273600, 188305108992000, 3389491961856000, 64023737057280000, 1280474741145600000 (list; graph; listen)
OFFSET

1,2

COMMENT

a(n)=Sum(k*A155517(n,k),k=0..ceil(n/2)).

FORMULA

a(2n-1)=n(2n-2)!; a(2n)=2(2n-2)!*n^2.

EXAMPLE

a(3)=4 because J(123)=2 (counting j=1,2), J(321)=2 (counting j=1,2) and J(132)=J(312)=J(213)=J(231)=0.

MAPLE

a := proc (n) if `mod`(n, 2) = 1 then (1/2)*(n+1)*factorial(n-1) else (1/2)*factorial(n-2)*n^2 end if end proc: seq(a(n), n = 1 .. 23);

CROSSREFS

A155517, A155518.

Sequence in context: A019279 A061652 A162119 this_sequence A058926 A102736 A103619

Adjacent sequences: A155516 A155517 A155518 this_sequence A155520 A155521 A155522

KEYWORD

nonn

AUTHOR

Emeric Deutsch (deutsch(AT)duke.poly.edu), Jan 26 2009

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified December 21 10:15 EST 2009. Contains 171081 sequences.


AT&T Labs Research