login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A025036 Number of partitions of { 1, 2, ..., 4n } into sets of size 4. 16
1, 1, 35, 5775, 2627625, 2546168625, 4509264634875, 13189599057009375, 59287247761257140625, 388035036597427985390625, 3546252199463894358484921875, 43764298393583920278062420859375, 709638098451963267308782154234765625, 14778213400262135041705388361938994140625 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
COMMENTS
P-recursive. - Marni Mishna, Jul 11 2005
LINKS
Cyril Banderier, Philippe Marchal, and Michael Wallner, Rectangular Young tableaux with local decreases and the density method for uniform random generation (short version), arXiv:1805.09017 [cs.DM], 2018.
Robert Coquereaux and Jean-Bernard Zuber, Counting partitions by genus. II. A compendium of results, arXiv:2305.01100 [math.CO], 2023. See p. 17.
FORMULA
a(n) = (4n)!/(n!(4!)^n). - Christian G. Bower, Sep 15 1998
E.g.f.: A(t) = Sum a(n)*t^(4n)/(4n!) = exp(t^4/4!); recurrence: 3*a(n) - (4*n-3)*(2*n-1)*(4*n-1)*a(n-1) = 0. - Marni Mishna, Jul 11 2005
Integral representation as n-th moment of a positive function on the positive axis in Maple notation: a(n)=int(x^n*(1/4*(2^(3/4)*hypergeom([], [5/4, 3/2], -3/32*x)*3^(3/4)*GAMMA(3/4)^2*x*Pi^(1/2)-2*hypergeom([], [3/4, 5/4], -3/32*x)*3^(1/2)*2^(1/2)*Pi*x^(3/4)*GAMMA(3/4)+hypergeom([], [1/2, 3/4], -3/32*x)*3^(1/4)*2^(3/4)*Pi^(3/2)*x^(1/2))/Pi^(3/2)/x^(5/4)/GAMMA(3/4)), x=0..infinity), n=0, 1..., with offset 1. -Karol A. Penson, Oct 06 2005
E.g.f.: exp(x^4/4!) (with interpolated zeros). - Paul Barry, May 26 2003
a(n) = Pochhammer(n+1, 3*n)/24^n. - Peter Luschny, Nov 18 2019
EXAMPLE
a(1)=1: {1,2,3,4}.
One of the a(2)=35 partitions for n = 8: {1,2,3,4}{5,6,7,8}.
MAPLE
a := pochhammer(n + 1, 3*n) / 24^n:
seq(a(n), n=0..13); # Peter Luschny, Nov 18 2019
MATHEMATICA
terms = 12; max = 4*(terms-1); DeleteCases[CoefficientList[Exp[x^4/4!] + O[x]^(max+1), x]*Range[0, max]!, 0] (* Jean-François Alcover, Jun 29 2018, after Paul Barry *)
CROSSREFS
Column k=4 of A060540.
Sequence in context: A336306 A202881 A210268 * A224126 A249888 A212025
KEYWORD
nonn,easy
AUTHOR
EXTENSIONS
Edited by N. J. A. Sloane, Aug 23 2008 at the suggestion of R. J. Mathar
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified May 3 16:04 EDT 2024. Contains 372221 sequences. (Running on oeis4.)