login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A034015 A027307(n+1)/2. 3
1, 5, 33, 249, 2033, 17485, 156033, 1431281, 13412193, 127840085, 1235575201, 12080678505, 119276490193, 1187542872989, 11909326179841, 120191310803937, 1219780566014657, 12440630635406245, 127446349676475425 (list; graph; refs; listen; history; internal format)
OFFSET

0,2

COMMENTS

Series reversion of x(Sum_{k>=0} a(k)(-x^2)^k) is Sum_{k odd} C(k)x^k where C() is Catalan numbers A000108.

Series reversion of x(Sum_{k>=0} a(k)(-x)^k) is A000337(x). (Michael Somos)

PROG

(PARI) a(n)=if(n<0, 0, sum(i=0, n, 2^i*binomial(2*n+2, i)*binomial(n+1, i+1))/(n+1))

CROSSREFS

Sequence in context: A084131 A084771 A153398 * A056159 A171804 A199552

Adjacent sequences:  A034012 A034013 A034014 * A034016 A034017 A034018

KEYWORD

nonn

AUTHOR

N. J. A. Sloane (njas(AT)research.att.com).

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 14 23:53 EST 2012. Contains 205689 sequences.