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!)
A367046 G.f. satisfies A(x) = 1 - x^3 + x*A(x)^3. 1
1, 1, 3, 11, 52, 258, 1344, 7260, 40290, 228363, 1316414, 7694154, 45491247, 271594897, 1635068538, 9914851401, 60503259435, 371269891422, 2289545742174, 14181772631025, 88194284530464, 550444913949048, 3446737067467311, 21647081264988312 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n) = Sum_{k=0..floor(n/3)} (-1)^k * binomial(2*(n-3*k)+1,k) * binomial(3*(n-3*k),n-3*k)/(2*(n-3*k)+1).
PROG
(PARI) a(n) = sum(k=0, n\3, (-1)^k*binomial(2*(n-3*k)+1, k)*binomial(3*(n-3*k), n-3*k)/(2*(n-3*k)+1));
CROSSREFS
Cf. A366676.
Sequence in context: A319155 A362468 A292927 * A179322 A014510 A351067
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Nov 03 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 August 14 18:55 EDT 2024. Contains 375166 sequences. (Running on oeis4.)