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!)
A011365 Reciprocal of g.f. for A007863. 2
1, -2, -3, -11, -49, -244, -1301, -7265, -41945, -248357, -1499838, -9202478, -57204263, -359491066, -2280171089, -14578108497, -93850280001, -607856133804, -3958143058643, -25897182540675, -170164359751174, -1122422557526850, -7429480035700452 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = -Sum_{i=0..n} binomial(n+i-2,n-2)*binomial(n+i-1,n-i))/(n-1), n>1; a(0)=1, a(1) = -2. - Vladimir Kruchinin, Feb 15 2013
PROG
(PARI) a(n) = if (n==0, 1, if (n==1, -2, -sum(i=0, n, binomial(n+i-2, n-2)*binomial(n+i-1, n-i))/(n-1))); \\ Michel Marcus, Dec 29 2018
CROSSREFS
Cf. A007863.
Sequence in context: A041345 A268285 A100701 * A072876 A184315 A020133
KEYWORD
sign
AUTHOR
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 31 14:46 EDT 2024. Contains 375567 sequences. (Running on oeis4.)