|
Search: id:A084765
|
|
|
| A084765 |
|
a(n)=2a(n-1)^2-1, a(0)=1, a(1)=5. |
|
+0 1
|
|
| 1, 5, 49, 4801, 46099201, 4250272665676801, 36129635465198759610694779187201, 2610701117696295981568349760414651575095962187244375364404428801
(list; graph; listen)
|
|
|
OFFSET
|
0,2
|
|
|
COMMENT
|
Product((1+1/a(k)), k=1,..,n) converges to sqrt(3/2).
|
|
REFERENCES
|
H. S. Wilf, Limit of a sequence, Elementary Problem E 1093, Amer. Math. Monthly 61 (1954), 424-425
|
|
LINKS
|
J. O. Shallit, Rational numbers with non-terminating, non-periodic modified Engel-type expansions, Fib. Quart., 31 (1993), 37-40.
|
|
FORMULA
|
With a=5+2sqrt(6), b=5-2sqrt(6): a(n+1)=(a^(2^n)+b^(2^n))/2.
|
|
MATHEMATICA
|
For n>0: b[n_] := b[n] = 2 b[n - 1]^2 - 1; b[1] = 5 Table[b[n], {n, 1, 8}]
|
|
CROSSREFS
|
Cf. A084764.
Sequence in context: A001819 A064618 A075986 this_sequence A082795 A059008 A136890
Adjacent sequences: A084762 A084763 A084764 this_sequence A084766 A084767 A084768
|
|
KEYWORD
|
easy,nonn
|
|
AUTHOR
|
Mario Catalani (mario.catalani(AT)unito.it), Jun 04 2003
|
|
|
Search completed in 0.002 seconds
|