The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A306349 Number of terms in the greedy Egyptian fraction representation of n. 3
1, 4, 13, 35, 99 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
a(n) >= A004080(n).
a(6) > 255 and the denominator of the 255th term in the representation of 6 has 1264021241 digits.
LINKS
EXAMPLE
a(3)=13 is the number of terms of A140335;
a(4)=35 is the number of terms of A281873.
PROG
(Python)
from sympy.ntheory import egyptian_fraction
def A306349(n): return len(egyptian_fraction(n))
CROSSREFS
Sequence in context: A189602 A317781 A271358 * A268996 A270988 A272556
KEYWORD
nonn,more
AUTHOR
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified May 14 07:22 EDT 2024. Contains 372530 sequences. (Running on oeis4.)