A243369 Denominators of Egyptian fraction expansion of e, without repetition.
1, 2, 3, 4, 5, 6, 7, 8, 2355, 17497263, 1860801514823609, 3584505381349378370871887741627, 85751894581999497691951513557530024967086681471033652102477414
Offset: 1
Keywords
Examples
e = 1 + 1/2 + 1/3 + ... + 1/8 + 1/2355 + ...
Links
- Arlu Genesis A. Padilla, Table of n, a(n) for n = 1..17
Crossrefs
Cf. A073422.
Programs
-
Maple
Digits := 1000: a243369set := {1} ; for loop from 1 to 13 do erest := evalf(exp(1))-add(1/p,p=a243369set) ; eivn := ceil(1/erest) ; while eivn in a243369set do eivn := eivn+1 ; end do: a243369set := a243369set union {eivn} ; print(eivn) ; end do: # R. J. Mathar, Jul 03 2017
Comments