Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A124227
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A124227 Number of partitions of n with even crank. +0
3
1, 0, 2, 1, 5, 1, 7, 5, 14, 10, 26, 24, 45, 43, 75, 80, 127, 135, 205, 230, 331, 376, 522, 605, 815, 946, 1252, 1470, 1902, 2235, 2852, 3366, 4237, 5001, 6230, 7361, 9081, 10715, 13115, 15475, 18802, 22145, 26742, 31463, 37775, 44362, 52998, 62142 (list; graph; listen)
OFFSET

0,3

COMMENT

For a partition p, let l(p) = largest part of p, w(p) = number of 1's in p, m(p) = number of parts of p larger than w(p). The crank of p is given by l(p) if w(p) = 0, otherwise m(p)-w(p).

FORMULA

a(n) = (A000041(n)+A124226(n))/2.

MAPLE

A000041 := proc(n) combinat[numbpart](n) ; end: A124226 := proc(n) local x, gf, i ; gf := 1; for i from 1 to n+1 do gf := taylor(gf*(1-x^i)/(1+x^i)^2, x=0, n+1) ; od ; coeftayl(2*x+gf, x=0, n) ; end: A124227 := proc(n) (A000041(n)+A124226(n))/2 ; end: for n from 0 to 60 do printf("%a, ", A124227(n)) ; od ; - R. J. Mathar (mathar(AT)strw.leidenuniv.nl), May 18 2007

CROSSREFS

Cf. A124226, A124228.

Sequence in context: A014650 A014648 A036073 this_sequence A064865 A093127 A115123

Adjacent sequences: A124224 A124225 A124226 this_sequence A124228 A124229 A124230

KEYWORD

easy,nonn

AUTHOR

Vladeta Jovovic (vladeta(AT)Eunet.yu), Oct 20 2006

EXTENSIONS

More terms from R. J. Mathar (mathar(AT)strw.leidenuniv.nl), May 18 2007

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