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!)
A321957 a(n) = binomial(3*n, n + 1)*hypergeom([1, 1 - 2*n], [2 + n], -1). 2
0, 4, 42, 382, 3302, 27824, 230964, 1898712, 15505590, 126025204, 1020732722, 8245721686, 66477664088, 535118039200, 4302260308416, 34556369687312, 277350672112822, 2224673611151996, 17835746776558638, 142937183041928874, 1145145456194522262, 9171991364052010176 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) ~ 8^n. - Vaclav Kotesovec, Feb 17 2024
MAPLE
A321957 := n -> binomial(3*n, n+1)*hypergeom([1, 1 - 2*n], [2 + n], -1):
[seq(A321957(n), n=0..21)]: simplify(%);
MATHEMATICA
Table[Binomial[3*n, n+1] * HypergeometricPFQ[{1, 1 - 2*n}, {2 + n}, -1], {n, 0, 20}] (* Vaclav Kotesovec, Feb 17 2024 *)
CROSSREFS
Sequence in context: A219101 A118447 A219980 * A037296 A213103 A085954
KEYWORD
nonn
AUTHOR
Peter Luschny, Nov 22 2018
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 14 20:12 EDT 2024. Contains 374323 sequences. (Running on oeis4.)