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!)
A152827 Partial products of PartitionsQ numbers (A000009). 3
1, 1, 1, 2, 4, 12, 48, 240, 1440, 11520, 115200, 1382400, 20736000, 373248000, 8211456000, 221709312000, 7094697984000, 269598523392000, 12401532076032000, 669682732105728000, 42859694854766592000 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
LINKS
FORMULA
log(a(n)) ~ 2*Pi*n^(3/2)/(3*sqrt(3)) * (1 - 9*sqrt(3)*log(n)/(8*Pi*sqrt(n)) + 3*sqrt(3)*(3 - 8*log(2) - log(3))/(8*Pi*sqrt(n)) + (13/16 - 27/(8*Pi^2))/n). - Vaclav Kotesovec, Nov 30 2015
MATHEMATICA
Table[Product[PartitionsQ[k], {k, 0, n}], {n, 0, 33}]
FoldList[Times, 1, PartitionsQ[Range[20]]] (* Harvey P. Dale, Sep 16 2011 *)
CROSSREFS
Sequence in context: A321009 A052849 A098558 * A030813 A126772 A030949
KEYWORD
nonn
AUTHOR
EXTENSIONS
Offset corrected by Vaclav Kotesovec, Nov 29 2015
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 April 25 07:53 EDT 2024. Contains 371964 sequences. (Running on oeis4.)