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!)
A372012 G.f. A(x) satisfies A(x) = 1/( 1 + x*(1 - 4*x*A(x))^(1/2) ). 2
1, -1, 3, -5, 17, -31, 119, -211, 937, -1483, 8015, -10187, 73369, -62193, 713907, -234857, 7358657, 1881661, 80117735, 69295469, 917837521, 1334044075, 11006114883, 21830065899, 137275956089, 333858963899, 1769128762419, 4940496514271, 23409778504937 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n) = (-1)^n * Sum_{k=0..n} 4^(n-k) * binomial(n,k) * binomial(k/2,n-k)/(n-k+1).
PROG
(PARI) a(n) = (-1)^n*sum(k=0, n, 4^(n-k)*binomial(n, k)*binomial(k/2, n-k)/(n-k+1));
CROSSREFS
Sequence in context: A297175 A089133 A103149 * A007802 A056816 A156761
KEYWORD
sign
AUTHOR
Seiichi Manyama, Apr 19 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 June 29 10:57 EDT 2024. Contains 373840 sequences. (Running on oeis4.)