|
Search: id:A064847
|
|
|
| A064847 |
|
Sequence is a(m), where a(1) = b(1) = 1, a(n+1) = a(n) * b(n), b(n+1) = a(n) + b(n). |
|
+0 6
|
|
| 1, 1, 2, 6, 30, 330, 13530, 5019630, 69777876630, 351229105131280530, 24509789089304573335878465330, 8608552999157278550998626549630446732052243030
(list; graph; listen)
|
|
|
OFFSET
|
1,3
|
|
|
COMMENT
|
Consider the mapping f(a/b) = (a + b)/(ab). Taking a = 1 b = 1 to start with and carrying out this mapping repeatedly on each new (reduced) rational number gives the following sequence 1/1, 2/1, 3/2, 5/6, 11/30, ... Sequence contains the denominators. - Amarnath Murthy (amarnath_murthy(AT)yahoo.com), Mar 24 2003
|
|
LINKS
|
Harry J. Smith, Table of n, a(n) for n=1,...,18
Leroy Quet, Home Page (listed in lieu of email address)
|
|
FORMULA
|
a(n+2) = a(n+1)*(a(n+1)/a(n) + a(n)).
lim n -> infinity a(n)/A003686(n)^PHI=1 where PHI=(1+sqrt(5))/2 is the golden ratio. - Benoit Cloitre (benoit7848c(AT)orange.fr), May 08 2002
Denominator of b(n) where b(n) = 1/numer(b(n-1)) + 1/denom(b(n-1)), b(1)=1. Cf. A003686. - Vladeta Jovovic (vladeta(AT)eunet.rs), Aug 15 2002
|
|
PROGRAM
|
(PARI) { for (n=1, 18, if (n>2, a=a1*(a1/a2 + a2); a2=a1; a1=a, a=a1=a2=1); write("b064847.txt", n, " ", a) ) } [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), Sep 28 2009]
|
|
CROSSREFS
|
The b(n) sequence is A003686.
See A094303 for another version.
Sequence in context: A120295 A071350 A038696 this_sequence A127815 A054934 A001684
Adjacent sequences: A064844 A064845 A064846 this_sequence A064848 A064849 A064850
|
|
KEYWORD
|
easy,nonn
|
|
AUTHOR
|
Leroy Quet Oct 31 2001
|
|
|
Search completed in 0.006 seconds
|