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!)
A364167 Expansion of g.f. A(x) satisfying A(x) = 1 + x * A(x)^3 * (1 + A(x)^3). 3
1, 2, 18, 234, 3570, 59586, 1053570, 19392490, 367677090, 7131417282, 140834140722, 2822214963882, 57243994984722, 1172991472484610, 24245748916730658, 504935751379031082, 10584721220759172162, 223163804001804187266, 4729176407109705542994, 100676187744957784842090 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
Alois P. Heinz, Table of n, a(n) for n = 0..737 (first 50 terms from Christian N. Hofmann)
FORMULA
a(n) = Sum_{k=0..n} binomial(n,k) * binomial(3*n+3*k+1,n)/(3*n+3*k+1).
MAPLE
a:= n-> sum(binomial(n, k)*binomial(3*n+3*k+1, n)/(3*n+3*k+1), k=0..n):
seq(a(n), n=0..49); # Christian N. Hofmann, Jul 14 2023
PROG
(PARI) a(n) = sum(k=0, n, binomial(n, k)*binomial(3*n+3*k+1, n)/(3*n+3*k+1));
CROSSREFS
Sequence in context: A245112 A260332 A254999 * A357603 A024486 A052635
KEYWORD
nonn,easy
AUTHOR
Seiichi Manyama, Jul 13 2023
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 13 21:51 EDT 2024. Contains 372523 sequences. (Running on oeis4.)