A105401 a(n) is the final term of the n-th row of A106394.
1, 2, 3, 12, 30, 180, 395780, 56, 5339880, 18448242120, 1192281609186360, 180180, 393869810468558572779517216129800, 2914872400440, 2914872400440, 180026486640, 4193048661254917704240, 2640766128, 11832093494672880
Offset: 1
Links
- Amiram Eldar, Table of n, a(n) for n = 1..31
Programs
-
Mathematica
egyptFraction[f_] := Ceiling[1/Most[NestWhileList[# - 1/Ceiling[1/#] &, f, # != 0 &]]]; a[n_] := egyptFraction[HarmonicNumber[n]][[-1]]; Array[a, 20] (* Amiram Eldar, Apr 09 2022 *)
Extensions
More terms from Joshua Zucker, May 11 2006
Comments