The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A134477 a(n) = denominator of Product_{j=1..n} 1/(1 + 1/A134473(j)). 5
3, 33, 4389, 54580141, 2166761528097045187, 525888246710053092756770266260096718495, 85044441430633398942448813011607889701451771024726384367542315571820259496552289000 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
The numerator of Product_{j=1..n} 1/(1 + 1/A134473(j)) is A134476(n). A134476(n)/A134477(n) approaches a constant (0.6037789...) as n approaches infinity.
LINKS
MAPLE
Digits := 220 ; A134473 := proc(n) option remember ; local su, mu ; if n =1 then 2; else su := add(1/procname(k), k=1..n-1) ; mu := mul(1/(1+1/procname(j)), j=1..n-1) ; ceil( (1+su+sqrt((su-1)^2+4*mu))/2/(mu-su) ) ; fi; end: A134477 := proc(n) mul(1/(1+1/A134473(k)), k=1..n) ; denom(%) ; end: seq(A134477(n), n=1..9) ; # R. J. Mathar, Jul 20 2009
CROSSREFS
Sequence in context: A038694 A319750 A204687 * A080985 A006854 A241793
KEYWORD
frac,nonn
AUTHOR
Leroy Quet, Oct 27 2007
EXTENSIONS
More terms from R. J. Mathar, Jul 20 2009
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified May 13 11:43 EDT 2024. Contains 372504 sequences. (Running on oeis4.)