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!)
A136504 Row sums of triangle A136502. 1
1, 0, 1, -3, 19, -223, 5024, -221357, 19276981, -3337101203, 1151813749025, -793860037771900, 1093434531716214447, -3010922236710802264555, 16578683647583849207539977, -182552322688781602767983229935 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
LINKS
FORMULA
G.f.: 1/(1-x) = Sum_{n>=0} a(n)*x^n*(1+x)^(2^n).
PROG
(PARI) {a(n)=local(M=matrix(n+1, n+1, r, c, binomial(2^(c-1), r-c))); sum(k=0, n, (M^-1)[n+1, k+1])}
CROSSREFS
Cf. A136502.
Sequence in context: A217906 A166380 A136652 * A003111 A160888 A126444
KEYWORD
sign
AUTHOR
Paul D. Hanna, Jan 01 2008
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 16 18:22 EDT 2024. Contains 371750 sequences. (Running on oeis4.)