Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A006279
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
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

J. L. Davison, J. O. Shallit, Continued Fractions for Some Alternating Series, Monatsh. Math., 111 (1991), 119-126.

N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence).

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.

Sequence in context: A064184 A154750 A041167 this_sequence A041521 A101003 A042071

Adjacent sequences: A006276 A006277 A006278 this_sequence A006280 A006281 A006282

KEYWORD

nonn,easy

AUTHOR

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 14:50 EST 2009. Contains 167570 sequences.


AT&T Labs Research