|
Search: id:A081887
|
|
|
| A081887 |
|
Numbers n such that LCM(1..n) equals denominator of sum of first n harmonic numbers. |
|
+0 1
|
|
| 1, 2, 4, 10, 12, 16, 28, 30, 52, 88, 96, 126, 130, 136, 138, 148, 150, 250, 256, 262, 268, 270, 292, 970, 976, 982, 990, 996, 1008, 1012, 1018, 1020, 1030, 1032, 1038, 1048, 1050, 1060, 1062, 1372, 1380, 1398, 1408, 1422, 1426, 1428, 1432, 1438
(list; graph; listen)
|
|
|
OFFSET
|
1,2
|
|
|
COMMENT
|
n+1 must be a prime, but converse is not true.
|
|
EXAMPLE
|
Sum of first 4 harmonic numbers is 77/12, and 12 is LCM[1,2,3,4]
|
|
MATHEMATICA
|
big=Table[LCM @@Range[n]/Denominator[ -n+(1+n) HarmonicNumber[n]], {n, 2048}]; Position[big, 1]//Flatten
|
|
CROSSREFS
|
Sequence in context: A129412 A121926 A113536 this_sequence A085344 A047463 A107059
Adjacent sequences: A081884 A081885 A081886 this_sequence A081888 A081889 A081890
|
|
KEYWORD
|
nonn
|
|
AUTHOR
|
Wouter Meeussen (wouter.meeussen(AT)pandora.be), Apr 13 2003; additional terms, Feb 21, 2004
|
|
|
Search completed in 0.002 seconds
|