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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A084615 a(n) = sum of absolute values of coefficients of (1+x-3x^2)^n. 17
1, 5, 23, 99, 401, 1525, 6345, 27331, 122083, 520805, 2117293, 8301441, 34517395, 147850771, 628707981, 2675100397, 10920387779, 43701876543, 180872758207, 769658883325, 3243501133481, 13617178197183, 56148348498199 (list; graph; refs; listen; history; internal format)
OFFSET

0,2

PROG

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

CROSSREFS

Cf. A002426, A084600-A084614.

Sequence in context: A055489 A109765 A119012 * A181331 A196489 A049674

Adjacent sequences:  A084612 A084613 A084614 * A084616 A084617 A084618

KEYWORD

nonn

AUTHOR

Paul D. Hanna (pauldhanna(AT)juno.com), Jun 01 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 16 17:11 EST 2012. Contains 205938 sequences.