Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A008999
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A008999 a(n) = 2 a(n-1) + a(n-4). +0
3
1, 2, 4, 8, 17, 36, 76, 160, 337, 710, 1496, 3152, 6641, 13992, 29480, 62112, 130865, 275722, 580924, 1223960, 2578785, 5433292, 11447508, 24118976, 50816737, 107066766, 225581040, 475281056, 1001378849 (list; graph; listen)
OFFSET

0,2

LINKS

INRIA Algorithms Project, Encyclopedia of Combinatorial Structures 479

FORMULA

G.f.: 1/(1-2x-x^4) . - Philippe DELEHAM (kolotoko(AT)wanadoo.fr), Dec 02 2006

MAPLE

A008999 := proc(n) option remember; if n <= 3 then 2^n else 2*A008999(n-1)+A008999(n-4); fi; end;

CROSSREFS

Sequence in context: A136750 A097107 A098083 this_sequence A052903 A063457 A157904

Adjacent sequences: A008996 A008997 A008998 this_sequence A009000 A009001 A009002

KEYWORD

nonn

AUTHOR

N. J. A. Sloane (njas(AT)research.att.com).

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified November 25 20:09 EST 2009. Contains 167514 sequences.


AT&T Labs Research