|
Search: id:A064168
|
|
|
| A064168 |
|
Sum of numerator and denominator in n-th harmonic number, 1 + 1/2 + 1/3 +...+ 1/n. |
|
+0 3
|
|
| 2, 5, 17, 37, 197, 69, 503, 1041, 9649, 9901, 111431, 113741, 1506353, 1532093, 1556117, 3157279, 54394463, 18358381, 352893319, 71354639, 24031221, 24266365, 563299563, 1704771547, 42976237267, 43319457067, 392849685203, 395718022103
(list; graph; listen)
|
|
|
OFFSET
|
1,1
|
|
|
COMMENT
|
Numerator and denominator in definition have no common factors >1.
|
|
LINKS
|
Leroy Quet, Home Page (listed in lieu of email address)
|
|
EXAMPLE
|
The 3rd harmonic number is 11/6. So a(3) = 11 + 6 = 17.
|
|
MAPLE
|
h:=n->numer(sum(1/k, k=1..n))+denom(sum(1/k, k=1..n)): seq(h(n), n=1..30); (Deutsch)
|
|
CROSSREFS
|
Sequence in context: A078324 A002496 A127436 this_sequence A118727 A042361 A114300
Adjacent sequences: A064165 A064166 A064167 this_sequence A064169 A064170 A064171
|
|
KEYWORD
|
nonn,easy
|
|
AUTHOR
|
Leroy Quet Sep 19 2001
|
|
EXTENSIONS
|
More terms from Emeric Deutsch (deutsch(AT)duke.poly.edu), Nov 18 2004
|
|
|
Search completed in 0.002 seconds
|