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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A136503 Column 2 of triangle A136502. 1
1, -4, 26, -308, 6959, -306888, 26732904, -4628215312, 1597488685120, -1101039613155676, 1516536435306750724, -4175994577753360618608, 22993788379965461938093352, -253190775338116964702467771168 (list; graph; refs; listen; history; internal format)
OFFSET

0,2

FORMULA

G.f.: 1 = Sum_{n>=0} a(n)*x^n*(1+x)^(2^(n+2)).

PROG

(PARI) {a(n)=local(M=matrix(n+3, n+3, r, c, binomial(2^(c-1), r-c))); (M^-1)[n+3, 3]}

CROSSREFS

Cf. A107354 (column 0 of A136502).

Sequence in context: A156306 A054592 A102202 * A114125 A063182 A194926

Adjacent sequences:  A136500 A136501 A136502 * A136504 A136505 A136506

KEYWORD

sign

AUTHOR

Paul D. Hanna (pauldhanna(AT)juno.com), Jan 01 2008

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 16 06:08 EST 2012. Contains 205860 sequences.