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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A011761 a(n) = a(n-1) + a(n-3), with a(0) = a(1) = 1, a(2) = 5. 0
1, 1, 5, 6, 7, 12, 18, 25, 37, 55, 80, 117, 172, 252, 369, 541, 793, 1162, 1703, 2496, 3658, 5361, 7857, 11515, 16876, 24733, 36248, 53124, 77857, 114105, 167229, 245086, 359191, 526420, 771506, 1130697 (list; graph; refs; listen; history; internal format)
OFFSET

0,3

MATHEMATICA

a[0] := 1; a[1] := 1; a[2] = 5; a[n_] := a[n] =a[n - 1] + a[n - 3]; Table[a[n], {n, 50}] (* Alonso del Arte, Dec 05 2011 *)

CROSSREFS

Sequence in context: A120521 A022566 A047320 * A106745 A165776 A003273

Adjacent sequences:  A011758 A011759 A011760 * A011762 A011763 A011764

KEYWORD

nonn

AUTHOR

Juan-Carlos Lerman (jclerm(AT)aztec.asu.edu)

EXTENSIONS

Name corrected by Arkadiusz Wesolowski, Dec 05 2011

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 23:33 EST 2012. Contains 206085 sequences.