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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A099515 Row sums of triangle A099514, so that a(n) = Sum_{k=0..n} coefficient of z^k in (1 + z + 2*z^2)^(n-[k/2]), where [k/2] is the integer floor of k/2. 1
1, 2, 5, 13, 31, 78, 190, 469, 1150, 2825, 6933, 17015, 41754, 102454, 251393, 616826, 1513453, 3713389, 9111087, 22354678, 54848638, 134574493, 330186518, 810131889, 1987705301, 4876948743, 11965871650, 29358946070, 72033839657 (list; graph; refs; listen; history; internal format)
OFFSET

0,2

FORMULA

G.f.: (1-2*x^2)/(1-2*x-3*x^2+3*x^3+4*x^4).

PROG

(PARI) a(n)=sum(k=0, n, polcoeff((1+x+2*x^2+x*O(x^k))^(n-k\2), k))

CROSSREFS

Cf. A099514.

Sequence in context: A063636 A076501 A200772 * A056367 A082733 A095134

Adjacent sequences:  A099512 A099513 A099514 * A099516 A099517 A099518

KEYWORD

nonn

AUTHOR

Paul D. Hanna (pauldhanna(AT)juno.com), Oct 21 2004

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 03:45 EST 2012. Contains 205978 sequences.