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!)
A371785 a(n) = Sum_{k=0..floor(n/2)} (-1)^k * binomial(3*n-k,n-2*k). 2
1, 3, 14, 76, 441, 2652, 16303, 101727, 641630, 4080154, 26112384, 167978615, 1085182436, 7035477777, 45750406205, 298279844724, 1949096816505, 12761551428024, 83701819019155, 549850618355886, 3617119500327536, 23824816811652905, 157106267803712709 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = [x^n] 1/((1-x+x^2) * (1-x)^(2*n)).
PROG
(PARI) a(n) = sum(k=0, n\2, (-1)^k*binomial(3*n-k, n-2*k));
CROSSREFS
Cf. A371742.
Sequence in context: A246455 A133798 A100937 * A223026 A371434 A364477
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Apr 06 2024
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 1 12:50 EDT 2024. Contains 372170 sequences. (Running on oeis4.)