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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A121595 Compressed version of A119788[n] (all entries equal to 1 are excluded). 2
5, 7, 5, 11, 13, 17, 7, 29, 7, 37, 19, 47, 119, 41, 23, 5, 29, 31, 11, 37, 37, 41, 43, 71, 13, 7, 13, 13, 47, 13, 49, 7, 7, 7, 53, 5, 79, 59, 97, 61, 71, 103, 67, 17, 71, 61, 73, 139, 17, 17, 79, 19, 19, 19, 83, 19, 151, 89, 29, 29, 263, 97 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

COMMENTS

Also the ratio of numerators of n*H'[n]= A119787[n] and H'[n] = A058313[n] when they 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]. It appears that most a(n) are prime divisors of corresponding indices A121594[n]. The first and only composite a(n) up to A119788[6000] is a(31) = 49 corresponding to A119788(1470). It appears that all a(n) belong to A092579[n] A sieve using the Fibonacci sequence over the integers >=2.

FORMULA

a(n) = A119788[A121594[n]], corresponding indices are given in A121594[n].

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}]

CROSSREFS

Cf. A119788, A119787, A058313, A121594, A092579.

Sequence in context: A065478 A109353 A205694 * A125294 A177735 A139428

Adjacent sequences:  A121592 A121593 A121594 * A121596 A121597 A121598

KEYWORD

nonn

AUTHOR

Alexander Adamchuk (alex(AT)kolmogorov.com), Aug 09 2006

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 16 13:12 EST 2012. Contains 205909 sequences.