Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A005821
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A005821 a(n) = [ tau*a(n-1) ] + a(n-2). +0
1
0, 1, 1, 2, 4, 8, 16, 33, 69, 144, 301, 631, 1321, 2768, 5799, 12150, 25458, 53341, 111765, 234180, 490676, 1028110, 2154192, 4513665, 9457455, 19816148, 41520655, 86997979, 182286341, 381943474 (list; graph; listen)
OFFSET

0,4

MAPLE

Digits := 20: tau := evalf( (1+sqrt(5))/2): A005821 := proc(n) option remember; if n <= 1 then n; else A005821(n-2)+floor(tau*A005821(n-1)); fi; end;

CROSSREFS

Adjacent sequences: A005818 A005819 A005820 this_sequence A005822 A005823 A005824

Sequence in context: A121485 A098588 A126683 this_sequence A004149 A129986 A110334

KEYWORD

nonn

AUTHOR

njas

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 October 12 15:26 EDT 2008. Contains 144830 sequences.


AT&T Labs Research