|
Search: id:A007704
|
|
|
| A007704 |
|
a(n+2) = (a(n) - 1)a(n+1) + 1. (Formerly M0594)
|
|
+0 1
|
|
| 2, 3, 4, 9, 28, 225, 6076, 1361025, 8268226876, 11253255215681025, 93044467205527772332546876, 1047053135870867396062743192203958743681025
(list; graph; listen)
|
|
|
OFFSET
|
1,1
|
|
|
REFERENCES
|
J. L. Davison, J. O. Shallit, Continued Fractions for Some Alternating Series, Monatsh. Math., 111 (1991), 119-126.
|
|
FORMULA
|
a(n) = A006277(n)+1. - R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Apr 27 2007
|
|
MAPLE
|
A007704 := proc(n) options remember; if n <= 2 then RETURN(n+1) else (A007704(n-2)-1)*A007704(n-1)+1; fi; end;
|
|
CROSSREFS
|
Sequence in context: A001144 A121253 A014118 this_sequence A059972 A086432 A076018
Adjacent sequences: A007701 A007702 A007703 this_sequence A007705 A007706 A007707
|
|
KEYWORD
|
nonn,easy
|
|
AUTHOR
|
njas, Jeffrey Shallit
|
|
|
Search completed in 0.002 seconds
|