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!)
A113570 Consider the function f(k) in A110545, i.e., the smallest positive integer j such that k divides either the numerator or the denominator of the reduced Harmonic number H(j). This sequence lists numbers k where f(k)=k. 2
1, 2, 4, 8, 9, 16, 27, 32, 64, 81, 125, 128, 243, 256, 343, 512, 625, 729, 1024, 2048, 2187, 2197, 2401, 3125, 4096, 4913, 6561, 6859, 8192, 12167, 14641, 15625, 16384, 16807, 19683, 24389, 28561, 29791, 32768, 50653, 59049, 65536, 68921, 78125, 79507, 83521 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
If p^e is present then p^(e+1) is also. The generators are: 2^0, 3^2, 5^3, 7^3, 11^4, 13^3, 17^3, 19^3, 23^3, 29^3, 31^3, ...
Conjecture: only prime powers are present (A025475) in addition to 1 and 2. Thus this sequence would be a proper subset of A000961.
LINKS
Robert G. Wilson v, Table of n, a(n) for n = 1..57
MATHEMATICA
f[n_] := Block[{h = k = 1}, While[ !IntegerQ[ Numerator[h]/n] && !IntegerQ[ Denominator[h]/n], k++; h = h + 1/k]; k]; t = Table[f[n], {n, 10000}]; Select[ Range[10000], t[[ # ]] == # &]
CROSSREFS
Cf. A110545.
Sequence in context: A330606 A046680 A331992 * A065391 A161792 A111261
KEYWORD
nonn
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 24 05:19 EDT 2024. Contains 371918 sequences. (Running on oeis4.)