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!)
A322729 G.f.: Sum_{n>=0} ((1+x)^n - 1 - x)^n / (2 - (1+x)^(n+1))^(n+1). 1
1, 1, 2, 20, 328, 6328, 143182, 3766776, 113468526, 3857336582, 146167530004, 6110935614644, 279466074847808, 13879201907633548, 743914773936904964, 42803931628586679640, 2631626471973012575402, 172174768825862821941366, 11943963245221499001128472, 875712464869008208365647312, 67663463933254286246310513580, 5495355957955926606903979413492 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
G.f.: Sum_{n>=0} ((1+x)^n - 1-x)^n / (2 - (1+x)^(n+1))^(n+1).
G.f.: Sum_{n>=0} ((1+x)^n + 1+x)^n / (2 + (1+x)^(n+1))^(n+1).
EXAMPLE
G.f.: A(x) = 1 + x + 2*x^2 + 20*x^3 + 328*x^4 + 6328*x^5 + 143182*x^6 + 3766776*x^7 + 113468526*x^8 + 3857336582*x^9 + 146167530004*x^10 + ...
such that
A(x) = 1/(2 - (1+x)) + ((1+x) - 1-x)/(2 - (1+x)^2)^2 + ((1+x)^2 - 1-x)^2/(2 - (1+x)^3)^3 + ((1+x)^3 - 1-x)^3/(2 - (1+x)^4)^4 + ((1+x)^4 - 1-x)^4/(2 - (1+x)^5)^5 + ((1+x)^5 - 1-x)^5/(2 - (1+x)^6)^6 + ...
also
A(x) = 1/(2 + (1+x)) + ((1+x) + 1+x)/(2 + (1+x)^2)^2 + ((1+x)^2 + 1+x)^2/(2 + (1+x)^3)^3 + ((1+x)^3 + 1+x)^3/(2 + (1+x)^4)^4 + ((1+x)^4 + 1+x)^4/(2 + (1+x)^5)^5 + ((1+x)^5 + 1+x)^5/(2 + (1+x)^6)^6 + ...
PROG
(PARI) {a(n) = my(A=sum(m=0, n, ((1+x +x*O(x^n))^m - 1-x)^m/(2 - (1+x +x*O(x^n))^(m+1))^(m+1)*1 )); polcoeff(A, n)}
for(n=0, 30, print1(a(n), ", "))
CROSSREFS
Sequence in context: A360342 A323574 A294454 * A304861 A104462 A352601
KEYWORD
nonn
AUTHOR
Paul D. Hanna, Feb 02 2019
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 April 18 20:26 EDT 2024. Contains 371781 sequences. (Running on oeis4.)