[go: up one dir, main page]

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!)
Revision History for A239163 (Underlined text is an addition; strikethrough text is a deletion.)

Showing entries 1-10 | older changes
A239163 Number of partitions of 4^n into parts that are at most n with at least one part of each size.
(history; published version)
#15 by Bruno Berselli at Thu Nov 15 11:10:31 EST 2018
STATUS

proposed

approved

#14 by Michel Marcus at Thu Nov 15 09:27:16 EST 2018
STATUS

editing

proposed

#13 by Michel Marcus at Thu Nov 15 09:27:12 EST 2018
LINKS

A. V. Sills and D. Zeilberger, <a href="https://arxiv.org/abs/1108.4391">Formulae for the number of partitions of n into at most m parts (using the quasi-polynomial ansatz)</a> (>, arXiv:1108.4391 [math.CO])], 2011.

STATUS

proposed

editing

#12 by Jean-François Alcover at Thu Nov 15 09:14:03 EST 2018
STATUS

editing

proposed

#11 by Jean-François Alcover at Thu Nov 15 09:13:58 EST 2018
MATHEMATICA

maxExponent = 40; a[0] = 0; a[1] = 1;

a[n_] := Module[{}, aparts = List @@ (Product[1/(1 - x^j), {j, 1, n}] // Apart); cc = aparts + O[x]^maxExponent // CoefficientList[#, x]&; f[k_] = Total[FindSequenceFunction[#, k]& /@ cc]; f[4^n-n(n+1)/2 + 1] // Round];

Table[an = a[n]; Print[n, " ", an]; an, {n, 0, 11}] (* Jean-François Alcover, Nov 15 2018 *)

STATUS

approved

editing

#10 by Alois P. Heinz at Wed Jul 19 15:49:51 EDT 2017
STATUS

editing

approved

#9 by Alois P. Heinz at Wed Jul 19 15:49:47 EDT 2017
LINKS

A. V. Sills and D. Zeilberger, <a href="httphttps://arxiv.org/abs/1108.4391">Formulae for the number of partitions of n into at most m parts (using the quasi-polynomial ansatz)</a> (arXiv:1108.4391 [math.CO])

STATUS

approved

editing

#8 by Vaclav Kotesovec at Fri Jun 05 17:02:50 EDT 2015
STATUS

editing

approved

#7 by Vaclav Kotesovec at Fri Jun 05 17:02:44 EDT 2015
FORMULA

a(n) ~ 4^(n*(n-1)) / (n!*(n-1)!). - Vaclav Kotesovec, Jun 05 2015

STATUS

approved

editing

#6 by Alois P. Heinz at Tue Mar 11 17:46:31 EDT 2014
STATUS

editing

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 August 29 15:03 EDT 2024. Contains 375517 sequences. (Running on oeis4.)