Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A036605
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
%I A036605
%S A036605 1,4,4,7,13,19,31,52,82,133,217,349,565,916,1480,2395,3877,6271,
%T A036605 10147,16420,26566,42985,69553,112537,182089,294628,476716,771343,
%U A036605 1248061,2019403,3267463,5286868,8554330,13841197,22395529,36236725
%N A036605 a(n)=a(n-2)+2*a(n-3)+a(n-4).
%D A036605 D. E. Knuth, Art of Computer Programming, Vol. 3, Sect. 5.4.2, Eq. (25).
%F A036605 3 * [Fibonacci(n+2)/2] + 1. - R. Stephan, Dec 02 2004
%p A036605 A036605 := proc(n) option remember; if n <= 0 then 1 else A036605(n-2)+2*A036605(n-3)+A036605(n-4); 
               fi; end;
%Y A036605 Cf. A004695.
%Y A036605 Sequence in context: A063984 A011981 A109544 this_sequence A115292 A019159 
               A019250
%Y A036605 Adjacent sequences: A036602 A036603 A036604 this_sequence A036606 A036607 
               A036608
%K A036605 nonn
%O A036605 0,2
%A A036605 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 27 22:38 EST 2009. Contains 167602 sequences.


AT&T Labs Research