VOOZH
about
URL: https://oeis.org/A248255
⇱ A248255 - OEIS
login
A248255
Egyptian fraction representation of sqrt(28) (
A010483
) using a greedy function.
0
5, 4, 25, 666, 892358, 830113252100, 6890868531517036908804204, 765564099160305273559925342798919694764879717405690, 681027718799553552099401892363533829797246440808729714034620705787624761700369516608168143683921127348
(
list
;
graph
;
refs
;
listen
;
history
;
text
;
internal format
)
OFFSET
0,1
LINKS
Table of n, a(n) for n=0..8.
MATHEMATICA
Egyptian[nbr_] := Block[{lst = {IntegerPart[nbr]}, cons = N[ FractionalPart[ nbr], 2^20], denom, iter = 8}, While[ iter > 0, denom = Ceiling[ 1/cons]; AppendTo[ lst, denom]; cons -= 1/denom; iter--]; lst]; Egyptian[ Sqrt[ 28]]
CROSSREFS
Egyptian fraction representations of the square roots:
A006487
,
A224231
,
A248235
-
A248322
.
Egyptian fraction representations of the cube roots:
A129702
,
A132480
-
A132574
.
Sequence in context:
A038246
A176738
A301824
*
A277058
A275960
A024067
Adjacent sequences:
A248252
A248253
A248254
*
A248256
A248257
A248258
KEYWORD
nonn
AUTHOR
Robert G. Wilson v
, Oct 04 2014
STATUS
approved