A145001
Denominators of an Egyptian fraction for 1/Sqrt[27] = 0.19245...
Original entry on oeis.org
6, 39, 7023, 123003383, 30009972034709604, 2284252506432349791885755473056239, 9742053754355575036462674739863470880211838469604940624314922115462
Offset: 1
A069139,
A006487,
A006526,
A006525,
A006524,
A001466,
A110820,
A117116,
A118323,
A118324,
A118325,
A144835,
A132480-
A132574,
A069261,
A144984-
A145003
-
a = {}; k = N[1/Sqrt[27], 1000]; Do[s = Ceiling[1/k]; AppendTo[a, s]; k = k - 1/s, {n, 1, 10}]; a (*Artur Jasinski*)
A145002
Denominators of an Egyptian fraction for 1/Sqrt[28] = 0.1889822365...
Original entry on oeis.org
6, 45, 10713, 324564970, 180179551708668257, 66100039883449216745724149409859980, 5970964373869392740489950614747811004676487208587055130790649750452409
Offset: 1
A069139,
A006487,
A006526,
A006525,
A006524,
A001466,
A110820,
A117116,
A118323,
A118324,
A118325,
A144835,
A132480-
A132574,
A069261,
A144984-
A145003
-
a = {}; k = N[1/Sqrt[28], 1000]; Do[s = Ceiling[1/k]; AppendTo[a, s]; k = k - 1/s, {n, 1, 10}]; a (*Artur Jasinski*)