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!)
A371892 G.f. A(x) satisfies A(x) = 1 + x/A(x) * (1 + A(x)^4). 1
1, 2, 4, 24, 112, 688, 4032, 25856, 165888, 1103616, 7412480, 50699776, 350087168, 2444208128, 17198686208, 121945948160, 870026493952, 6242802761728, 45016506564608, 326071359897600, 2371312632397824, 17307835567636480, 126743329792327680 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = (-1)^(n-1) * (1/n) * Sum_{k=0..n} binomial(n,k) * binomial(2*n-4*k-2,n-1) for n > 0.
PROG
(PARI) a(n) = if(n==0, 1, (-1)^(n-1)*sum(k=0, n, binomial(n, k)*binomial(2*n-4*k-2, n-1))/n);
CROSSREFS
Sequence in context: A232205 A170931 A317999 * A164313 A087981 A002875
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Apr 11 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 2 19:04 EDT 2024. Contains 372203 sequences. (Running on oeis4.)