login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A007289 Number of alternating 3-signed permutations.
(Formerly M1873)
3
1, 2, 8, 46, 352, 3362, 38528, 515086, 7869952, 135274562, 2583554048, 54276473326, 1243925143552, 30884386347362, 825787662368768, 23657073914466766, 722906928498737152, 23471059057478981762 (list; graph; refs; listen; history; internal format)
OFFSET

0,2

REFERENCES

Richard Ehrenborg and Margaret A. Readdy, Sheffer posets and r-signed permutations, Annales des Sciences Math\'ematiques du Qu\'ebec {\bf 19} (1995), 173-196.

N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence).

FORMULA

E.g.f.: (sin(2*x) + cos(x)) / cos(3*x).

a(n) = Sum_{k=0..n} Sum_{j=0..k} (-1)^j*binomial(k,j)*(k-2*j)^n*I^(n-k). [Peter Luschny, Jul 31 2011]

MAPLE

A007289 := proc(n) local k, j; add(add((-1)^j*binomial(k, j)*(k-2*j)^n*I^(n-k), j=0..k), k=0..n) end: [Peter Luschny, Jul 31 2011]

CROSSREFS

Sequence in context: A052801 A180390 A074599 * A099765 A096656 A102009

Adjacent sequences:  A007286 A007287 A007288 * A007290 A007291 A007292

KEYWORD

nonn

AUTHOR

N. J. A. Sloane (njas(AT)research.att.com), Simon Plouffe (simon.plouffe(AT)gmail.com)

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 16 08:13 EST 2012. Contains 205893 sequences.