Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A096655
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A096655 a(n) = F(n+1)*a(n-1) + F(n)*a(n-2), where F = A000045 (Fibonacci numbers), a(0)=1, a(1)=1. +0
4
1, 1, 3, 11, 64, 567, 7883, 172914, 6044619, 338333121, 30444101814, 4414062308985, 1032860468654721, 390416873200823322, 238543681049185056237, 235680767488198152732339 (list; graph; listen)
OFFSET

0,3

COMMENT

Comments: If the initial values are changed to a(0)=1 and a(1)=2, the resulting sequence (p(0),p(1),...)=(1,2,5,19,....) is essentially A089126. Writing A096655 as (q(0),q(1),...), the quotients p(n)/q(n) are the self-convergents to the number 1.719525... whose self-continued fraction is (1,1,2,3,5,...)=A000045. For definitions, see A096654. Now writing A096655 as (p(0),p(1),...) and A096656 as (q(0),q(1),...), the quotients p(n)/q(n) are the self-convergents to the number 1.389805... whose self-continued fraction is (1,2,3,5,...).

FORMULA

a(n) is asymptotic to c*phi^(n(n+1)/2)/5^(n/2) where c=3.487197183858494166192... and phi is the golden ratio - Benoit Cloitre (benoit7848c(AT)orange.fr), Jul 02 2004

EXAMPLE

a(2)=F(3)*1+F(2)*1=3, a(3)=F(4)*3+F(3)*1=11.

MATHEMATICA

a[0] = 1; a[1] = 1; a[n_] := Fibonacci[n + 1]*a[n - 1] + Fibonacci[n]*a[n - 2]; Table[ a[n], {n, 0, 16}] (from Robert G. Wilson v Jul 09 2004)

CROSSREFS

Cf. A000045, A089126, A096654.

Sequence in context: A024528 A004108 A069725 this_sequence A030226 A132101 A077428

Adjacent sequences: A096652 A096653 A096654 this_sequence A096656 A096657 A096658

KEYWORD

nonn

AUTHOR

Clark Kimberling (ck6(AT)evansville.edu), Jul 01 2004

EXTENSIONS

More terms from Benoit Cloitre (benoit7848c(AT)orange.fr), Jul 02 2004

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 July 26 13:41 EDT 2008. Contains 142293 sequences.


AT&T Labs Research