Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A134475
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A134475 a(n) = denominator of sum{k=1 to n} 1/A134473(k). +0
6
2, 5, 53, 9886302, 32706124785400851, 105840083750427500921760353826840828183, 51348043200265516352304296553233166994035195487912155511387668758325728717007499\ 617 (list; graph; listen)
OFFSET

1,1

COMMENT

The numerator of sum{k=1 to n} 1/A134473(k) is A134474(n). A134474(n)/A134475(n) approaches a constant (.6037789...) as n approaches infinity.

LINKS

Leroy Quet, Home Page (listed in lieu of email address)

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: A134475 := proc(n) add(1/A134473(k), k=1..n) ; denom(%) ; end: seq(A134475(n), n=1..9) ; [From R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Jul 20 2009]

CROSSREFS

Cf. A134473, A134474, A134476, A134477.

Sequence in context: A071880 A071882 A081482 this_sequence A114029 A013171 A073422

Adjacent sequences: A134472 A134473 A134474 this_sequence A134476 A134477 A134478

KEYWORD

frac,nonn

AUTHOR

Leroy Quet Oct 27 2007

EXTENSIONS

More terms from R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Jul 20 2009

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 December 15 00:47 EST 2009. Contains 170825 sequences.


AT&T Labs Research