Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A010551
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A010551 Multiply successively by 1,1,2,2,3,3,4,4,... +0
4
1, 1, 1, 2, 4, 12, 36, 144, 576, 2880, 14400, 86400, 518400, 3628800, 25401600, 203212800, 1625702400, 14631321600, 131681894400, 1316818944000, 13168189440000, 144850083840000, 1593350922240000 (list; graph; listen)
OFFSET

0,4

FORMULA

a(n) = [n/2]! * [(n+1)/2 ]! is the number of permutations p of {1, 2, 3, ..., n} such that for every i, i and p(i) have the same parity, i.e. p(i) - i is even - Avi Peretz (njk(AT)netvision.net.il), Feb 22 2001

a(n)=n!/binomial(n, floor(n/2)) - Paul Barry (pbarry(AT)wit.ie), Sep 12 2004

G.f.: Sum_{n>=0} x^n/a(n) = besseli(0, 2*x) + x*besseli(1, 2*x). - Paul D. Hanna (pauldhanna(AT)juno.com), Apr 07 2005

E.g.f.: 1/(1-x/2) + (1/2)/(1-x/2)*acos(1-x^2/2)/sqrt(1-x^2/4). - Paul D. Hanna (pauldhanna(AT)juno.com), Aug 28 2005

MAPLE

A010551 := proc(n) option remember; if n <= 1 then 1 else A010551(n-1)*trunc( (n+1)/2 ); fi; end;

PROGRAM

(PARI) {a(n)=local(X=x+x*O(x^n)); 1/polcoeff(besseli(0, 2*X)+X*besseli(1, 2*X), n, x)} (Hanna)

CROSSREFS

Cf. A064044.

Adjacent sequences: A010548 A010549 A010550 this_sequence A010552 A010553 A010554

Sequence in context: A086647 A062161 A046993 this_sequence A111942 A003701 A114500

KEYWORD

nonn

AUTHOR

markd(AT)psy.uwa.edu.au (Mark Diamond)

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 October 12 15:26 EDT 2008. Contains 144830 sequences.


AT&T Labs Research