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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A121594 Numbers n such that n does not divide the denominator of the n-th alternating Harmonic number. 5
15, 28, 75, 77, 104, 187, 196, 203, 210, 222, 228, 235, 238, 328, 345, 375, 551, 620, 847, 888, 1036, 1107, 1204, 1349, 1352, 1372, 1391, 1430, 1457, 1469, 1470, 1498, 1666, 1687, 1855, 1875, 2133, 2301, 2425, 2440, 2556, 2678, 2948, 3179, 3337, 3477 (list; graph; refs; listen; history; text; internal format)
OFFSET

1,1

COMMENTS

Indices n such that A119788[n] is not equal to 1.

Also indices n such that numerators of n*H'[n]= A119787[n] and H'[n] = A058313[n] are different ( H'[n] is alternating harmonic number H'[n] = Sum[(-1)^(k+1)*1/k,{k,1,n}] ). The ratio of numerators A119787[n]/A058313[n] for n=1..400 is given in A119788[n]. A121595[n] = A119788[a(n)] is compressed version of A119788[n] (all 1 entries are excluded).

LINKS

Table of n, a(n) for n=1..46.

MATHEMATICA

Do[H=Sum[(-1)^(i+1)*1/i, {i, 1, n}]; a=Numerator[n*H]; b=Numerator[H]; If[ !Equal[a, b], Print[{n, a/b}]], {n, 1, 6000}]

f=0; Do[f=f+(-1)^(n+1)/n; If[ !IntegerQ[Denominator[f]/n], Print[n]], {n, 1, 100}] - Alexander Adamchuk, Jan 02 2007

CROSSREFS

Cf. A119788, A119787, A058313, A121595.

Cf. A058312 = Denominator of the n-th alternating harmonic number, sum ((-1)^(k+1)/k, k=1..n). A074791 = numbers n such that n does not divide the denominator of the n-th Harmonic number.

Sequence in context: A039285 A043888 A223442 * A163286 A022997 A051121

Adjacent sequences:  A121591 A121592 A121593 * A121595 A121596 A121597

KEYWORD

nonn

AUTHOR

Alexander Adamchuk, Aug 09 2006

STATUS

approved

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 May 22 16:00 EDT 2013. Contains 225553 sequences.