Friday, September 13, 2024

A375606 Contribution to the OEIS

A375606a(1) = 1; a(n+1) = a(n) + floor(harmonic mean of previous terms).0
1, 2, 3, 4, 5, 7, 9, 11, 14, 17, 20, 23, 27, 31, 35, 40, 45, 50, 55, 61, 67, 73, 80, 87, 94, 102, 110, 118, 126, 135, 144, 153, 163, 173, 183, 193, 204, 215, 226, 238, 250, 262, 275, 288, 301, 314, 328, 342, 356, 371, 386, 401, 417, 433, 449, 465, 482, 499, 516 (listgraphrefslistenhistoryedittextinternal format)
OFFSET
1,2
LINKS
EXAMPLE
a(6) = 5 + floor(harmonic mean(1,2,3,4,5)) = 5 + floor(300/377) = 7.
MATHEMATICA
Nest[Append[#, Last[#]+Floor@HarmonicMean[#]]&, {1}, 58]
CROSSREFS
Sequence in context: A274197 A286267 A337334 * A008750 A076677 A029001
KEYWORD
nonn,new
AUTHOR
James C. McMahon, Aug 20 2024
STATUS
approved

 

No comments:

Post a Comment

Hongkonger Mathematicians

(Image: https://www.iconfinder.com/search/icons?family=flagikon) This is a short list of famous Hongkonger mathematicians. I invite readers ...

Popular in last 30 days