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!)
A367042 G.f. satisfies A(x) = 1 + x^3 + x*A(x)^2. 2
1, 1, 2, 6, 16, 48, 152, 500, 1688, 5816, 20368, 72288, 259424, 939808, 3432192, 12622416, 46706144, 173762016, 649569216, 2438748864, 9191656192, 34765298944, 131912452864, 501987944832, 1915417307392, 7326620001536, 28088736525824, 107913607531520 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
G.f.: A(x) = 2*(1+x^3) / (1+sqrt(1-4*x*(1+x^3))).
a(n) = Sum_{k=0..floor(n/3)} binomial(n-3*k+1,k) * binomial(2*(n-3*k),n-3*k)/(n-3*k+1).
PROG
(PARI) a(n) = sum(k=0, n\3, binomial(n-3*k+1, k)*binomial(2*(n-3*k), n-3*k)/(n-3*k+1));
CROSSREFS
Cf. A226022.
Sequence in context: A360856 A046721 A230929 * A291189 A214843 A272411
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 May 12 06:47 EDT 2024. Contains 372432 sequences. (Running on oeis4.)