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!)
A232180 First bisection of harmonic numbers (numerators). 2
1, 11, 137, 363, 7129, 83711, 1145993, 1195757, 42142223, 275295799, 18858053, 444316699, 34052522467, 312536252003, 9227046511387, 290774257297357, 53676090078349, 54437269998109, 2040798836801833, 2066035355155033, 85691034670497533 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Numerator of H(2n+1), where H(n) = sum_{k=1..n} 1/k.
It can be noted that the second row of the Akiyama-Tanigawa transform of the fractions A232180/A232181 has a simple expression: -5/6, -9/10, -13/14, -17/18, -21/22, ... are of the form -(4*k+5)/(4*k+6).
LINKS
FORMULA
a(n) ~ exp(2n).
MATHEMATICA
a[n_] := HarmonicNumber[2*n-1] // Numerator; Table[a[n], {n, 1, 25}]
PROG
(Magma) [Numerator(HarmonicNumber(2*n-1)): n in [1..30]]; // Bruno Berselli, Nov 20 2013
CROSSREFS
Cf. A001008, A002547, A093158, A175441, A232181 (denominators).
Sequence in context: A233258 A262382 A142895 * A201111 A124079 A174289
KEYWORD
nonn,frac,easy
AUTHOR
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 April 19 19:02 EDT 2024. Contains 371798 sequences. (Running on oeis4.)