The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A356290 a(n) = Sum_{k=0..n} binomial(3*n, n-k) * v(k), where v(k) is the number of overpartitions of n (A015128). 1
1, 5, 31, 200, 1309, 8627, 57082, 378648, 2516111, 16740913, 111494801, 743137984, 4956359312, 33074272702, 220810039566, 1474764797488, 9853307017341, 65853733243281, 440255398634199, 2944041287677060, 19691951641479427, 131744163990056479, 881586559906575688 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) ~ c * 3^(3*n + 1/2) / (sqrt(Pi*n) * 2^(2*n + 1)), where c = Sum_{j>=0} v(j)/2^j = 8.2559879357782500655441408494322731265270016167882303456037...
MATHEMATICA
Table[Sum[Sum[PartitionsP[k-j]*PartitionsQ[j], {j, 0, k}] * Binomial[3*n, n-k], {k, 0, n}], {n, 0, 30}]
CROSSREFS
Sequence in context: A164038 A260782 A084235 * A349301 A288688 A002469
KEYWORD
nonn
AUTHOR
Vaclav Kotesovec, Aug 02 2022
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 16 08:41 EDT 2024. Contains 372552 sequences. (Running on oeis4.)