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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A103187 a(n) = second term in continued fraction of n-th harmonic number. 0
2, 1, 12, 3, 2, 1, 1, 1, 1, 50, 9, 5, 3, 3, 2, 2, 2, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 36, 17, 11, 8, 6, 5, 4, 4, 3, 3, 3, 3, 2, 2, 2, 2, 2, 2, 2, 2, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 483, 71, 38, 26, 20, 16, 13, 12, 10, 9, 8, 7, 7, 6, 6, 5, 5 (list; graph; refs; listen; history; internal format)
OFFSET

2,1

FORMULA

a(n) = floor(1/(H(n) - floor(H(n)))), where H(n) = sum{k=1 to n} 1/k.

MATHEMATICA

f[n_] := Block[{h = HarmonicNumber[n]}, Floor[1/(h - Floor[h])]]; Table[ f[n], {n, 2, 99}] (from Robert G. Wilson v Mar 19 2005)

CROSSREFS

Sequence in context: A118588 A174500 A058734 * A107722 A167128 A181417

Adjacent sequences:  A103184 A103185 A103186 * A103188 A103189 A103190

KEYWORD

nonn

AUTHOR

Leroy Quet Mar 18 2005

EXTENSIONS

More terms from Robert G. Wilson v (rgwv(AT)rgwv.com), Mar 19 2005

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 17 00:09 EST 2012. Contains 205978 sequences.