Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A124425
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A124425 Number of partitions of the set {1,2,...n} having no blocks with all entries of the same parity. +0
2
1, 0, 1, 1, 3, 7, 25, 79, 339, 1351, 6721, 31831, 179643, 979567, 6166105, 37852039, 262308819, 1784037031, 13471274401, 100285059751, 818288740923, 6604485845167, 57836113793305, 502235849694679, 4693153430067699 (list; graph; listen)
OFFSET

0,5

COMMENT

Column 0 of A124424.

FORMULA

a(n)=Q[n](0,0,1), where the polynomials Q[n]=Q[n](t,s,x) are defined by Q[0]=1; Q[n]=t*dQ[n-1]/dt + x*dQ[n-1]/ds + x*dQ[n-1]/dx + t*Q[n-1] if n is odd and Q[n]=x*dQ[n-1]/dt + s*dQ[n-1]/ds + x*dQ[n-1]/dx + s*Q[n-1] if n is even.

EXAMPLE

a(4)=3 because we have 1234, 14|23, and 12|34.

MAPLE

Q[0]:=1: for n from 1 to 27 do if n mod 2 = 1 then Q[n]:=expand(t*diff(Q[n-1], t)+x*diff(Q[n-1], s)+x*diff(Q[n-1], x)+t*Q[n-1]) else Q[n]:=expand(x*diff(Q[n-1], t)+s*diff(Q[n-1], s)+x*diff(Q[n-1], x)+s*Q[n-1]) fi od: seq(subs({t=0, s=0, x=1}, Q[n]), n=0..27);

CROSSREFS

Cf. A000110, A124418, A124419, A124420, A124421, A124422, A124423, A124424.

Sequence in context: A058781 A100462 A130463 this_sequence A118398 A047974 A129084

Adjacent sequences: A124422 A124423 A124424 this_sequence A124426 A124427 A124428

KEYWORD

nonn

AUTHOR

Emeric Deutsch (deutsch(AT)duke.poly.edu), Nov 01 2006

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 August 19 23:53 EDT 2008. Contains 142930 sequences.


AT&T Labs Research