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!)
A356286 a(n) = Sum_{k=0..n} binomial(3*k, k) * p(k), where p(k) is the partition function A000041. 1
1, 4, 34, 286, 2761, 23782, 227986, 1972186, 18152548, 158757298, 1420647928, 12258704248, 108637887148, 929002856992, 8065133782792, 68761800685576, 589631899738033, 4976639418495358, 42293283621258283, 354415428588891283, 2982701933728936648, 24857294772400460368 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) ~ 3^(3*n+3) * exp(Pi*sqrt(2*n/3)) / (23 * sqrt(Pi) * n^(3/2) * 2^(2*n+3)).
MATHEMATICA
Table[Sum[Binomial[3*k, k] * PartitionsP[k], {k, 0, n}], {n, 0, 30}]
PROG
(PARI) a(n) = sum(k=0, n, binomial(3*k, k)*numbpart(k)); \\ Michel Marcus, Aug 02 2022
CROSSREFS
Sequence in context: A201684 A155628 A346936 * A036352 A005569 A370171
KEYWORD
nonn
AUTHOR
Vaclav Kotesovec, Aug 01 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 July 22 22:03 EDT 2024. Contains 374544 sequences. (Running on oeis4.)