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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A099213 a(n)=a(n-1)+a(n-2)+3a(n-3). 3
1, 1, 1, 5, 9, 17, 41, 85, 177, 385, 817, 1733, 3705, 7889, 16793, 35797, 76257, 162433, 346081, 737285, 1570665, 3346193, 7128713, 15186901, 32354193, 68927233, 146842129, 312831941, 666455769, 1419814097, 3024765689, 6443947093 (list; graph; refs; listen; history; internal format)
OFFSET

0,4

COMMENTS

Binomial transform is A099214. Binomial transform of A099212.

FORMULA

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

PROG

sage: from sage.combinat.sloane_functions import recur_gen3 sage: it = recur_gen3(1, 1, 1, 1, 1, 3) sage: [it.next() for i in range(32)] - Zerinvary Lajos (zerinvarylajos(AT)yahoo.com), Jun 25 2008

CROSSREFS

Sequence in context: A020737 A147401 A062536 * A146067 A061502 A110349

Adjacent sequences:  A099210 A099211 A099212 * A099214 A099215 A099216

KEYWORD

easy,nonn

AUTHOR

Paul Barry (pbarry(AT)wit.ie), Oct 06 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 15 21:07 EST 2012. Contains 205856 sequences.