login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A087690 Denominators of successive partial sums of sum(1/(2^n-1)). 1
1, 3, 21, 35, 1085, 9765, 1240155, 21082635, 1539032355, 16929355905, 34654391537535, 150169029995985, 1230034524697113135, 17630494853991954935, 2662204722952785195185, 410511968279319477097527 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

COMMENTS

Least common denominators of A000225.

FORMULA

a(n) = lcm(a(n-1), 2^n-1)

EXAMPLE

a(4)=35 because 1/1 + 1/3 + 1/7 + 1/15 = 54/35.

MATHEMATICA

f[n_] := Denominator[Sum[1/(2^i - 1), {i, n}]]; Array[f, 16] (* Robert G. Wilson v, May 25 2011 *)

CROSSREFS

Cf. A000225, A087689.

Sequence in context: A089323 A100986 A075732 * A191763 A076169 A178082

Adjacent sequences:  A087687 A087688 A087689 * A087691 A087692 A087693

KEYWORD

frac,nonn

AUTHOR

Keenan Pepper (keenanpepper(AT)gmail.com), Sep 27 2003

EXTENSIONS

More terms from Ray Chandler (rayjchandler(AT)sbcglobal.net), Oct 26 2003

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 15 11:25 EST 2012. Contains 205777 sequences.