This question arose through a response to this post.
For which integers $N>1$ does the fraction $\frac 1N$ appear in the Egyptian Fraction expansion of $\frac {N-1}{N}$?
To specify: As such expansions are not unique, I should say which one I refer to. Here we consider the expansion obtained through the greedy algorithm.
Thus $$\frac 12=\frac 12\;\;\&\;\;\frac 34=\frac 12+\frac 14\;\;\&\;\;\frac {11}{12}=\frac 12+\frac 13+\frac 1{12}$$ are easy examples.
A quick search for $N<100$ yields $N=\{2,4,12,84\}$ as examples. Taking that (short) list to OEIS leads to $[A053631][1]$, the sequence $a_i$ starting with $a_1=2$ and having the property that, for $i>1$, $\{a_{i-1}+1,a_i,a_i+1\}$ are a Pythagorean triple. That sequence continues from $84$ as $3612,\, 6526884,\, 21300113901612,\dots$ and it is easy to verify that those three, at least, are examples for the present question as well.
Are these all examples? Are there others?
Edit: as remarked in the comments, in each of the cases cited above, $\frac 1N$ appears as the final term in the expansion.