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!)
A286720 Number of Egyptian fractions in the representation of 1-1/(2n+1) by the odd greedy expansion algorithm, without repeats. 3
4, 6, 6, 4, 6, 6, 4, 6, 6, 6, 8, 6, 6, 10, 6, 6, 8, 6, 12, 10, 10, 4, 6, 6, 6, 8, 6, 6, 8, 10, 6, 6, 8, 8, 6, 10, 6, 8, 6, 8, 6, 10, 6, 10, 6, 10, 6, 10, 6, 8, 8, 6, 8, 8, 8, 6, 6, 6, 10, 8, 6, 8, 10, 12, 8, 10, 6, 8, 8, 8, 10, 8, 6, 8, 10, 6, 8, 8, 6, 6, 8 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
The odd version of A100678.
LINKS
EXAMPLE
For n = 1, 1-1/(2n+1) = 2/3 = 1/3 + 1/5 + 1/9 + 1/45 has 4 fractions in the representation, thus a(1) = 4.
MATHEMATICA
odd[n_]:=If[OddQ[n], n, n+1]; a={}; For[n=0, n<100, n++; lst={}; k=2n/(2n+1); s1=0; While[k>0, s2=odd[Ceiling[1/k]]; If[s2==s1, s2+=2]; AppendTo[lst, s2]; k=k-1/s2; s1=s2]; a=AppendTo[a, Length[lst]]]; a
CROSSREFS
Cf. A100678.
Sequence in context: A191761 A201451 A200352 * A201393 A327721 A327268
KEYWORD
nonn
AUTHOR
Amiram Eldar, May 30 2017
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 September 16 22:04 EDT 2024. Contains 375979 sequences. (Running on oeis4.)