|
Search: id:A006279
|
|
|
| A006279 |
|
Convergents to Cahen's constant: a(n+2) = a(n)^2*a(n+1) + a(n). (Formerly M0914)
|
|
+0 4
|
|
| 1, 1, 2, 3, 14, 129, 25298, 420984147, 269425140741515486, 47749585090209528873482531562977121
(list; graph; listen)
|
|
|
OFFSET
|
0,3
|
|
|
REFERENCES
|
N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence).
J. L. Davison, J. O. Shallit, Continued Fractions for Some Alternating Series, Monatsh. Math., 111 (1991), 119-126.
|
|
MAPLE
|
A006279 := proc(n) options remember; if n <= 1 then RETURN(1) else A006279(n-2)^2*A006279(n-1)+A006279(n-2); fi; end;
|
|
CROSSREFS
|
Cf. A006280, A006281.
Adjacent sequences: A006276 A006277 A006278 this_sequence A006280 A006281 A006282
Sequence in context: A064184 A154750 A041167 this_sequence A041521 A101003 A042071
|
|
KEYWORD
|
nonn,easy
|
|
AUTHOR
|
N. J. A. Sloane (njas(AT)research.att.com).
|
|
|
Search completed in 0.002 seconds
|