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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A084776 a(n) = sum of absolute-valued coefficients of (1+2x-x^2)^n. 2
1, 4, 12, 36, 100, 300, 776, 2412, 6304, 19036, 50952, 148896, 393452, 1211444, 3167004, 9672772, 25295248, 76084796, 200590424, 608621376, 1617201648, 4908511140, 12658776540, 38907904188, 102775961200, 310485090044 (list; graph; refs; listen; history; internal format)
OFFSET

0,2

PROG

(PARI) for(n=0, 40, S=sum(k=0, 2*n, abs(polcoeff((1+2*x-x^2)^n, k, x))); print1(S", "))

CROSSREFS

Sequence in context: A191756 A001411 A095350 * A162921 A171849 A199937

Adjacent sequences:  A084773 A084774 A084775 * A084777 A084778 A084779

KEYWORD

nonn

AUTHOR

Paul D. Hanna (pauldhanna(AT)juno.com), Jun 14 2003

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 17 00:09 EST 2012. Contains 205978 sequences.