Problem statement:
You should notice that for some $~n~$, $~c_n = 0~$ (ie. there are some amounts we cannot make with these three coins). However, starting from some integer $~k~$, $~c_n > 0~$ for all $~n ≥ k~$. Find the minimal such $~k~$, and prove directly (without just showing the series from the generating function $~c(x)~$) that for all $~n ≥ k~$, it is possible to make $~n~$ cents from a combination of $~6, ~~10,~$ and $~25 ~$ cent coins..
This is based on the making change problem but with the penny and nickle replaced by a $~6~$ cent coin.
Attempts at solving:
I rearranged the problem to say "for what $~k~$ does $~n~$ always exist when $~n\ge k~$ and $~n=6X+10Y+25Z~$?" I believe that the answer here is $~40~$ but I have no idea why, and I have no way to prove that all $~n\ge 40~$ exist. The number seems to have no connection to any traits of $~6,~~10,~$ and $~25~$.
It turns out that any even number larger than or equal to $16$ can be obtained from having coin values of $6$ and $10$. I'll leave this for you to show.
So now we need to find the smallest odd number $m$ such that any odd number larger than or equal to $m$ can be represented as a nonnegative linear combination of $6, 10, \text{and } 25$. Note that the representation of $m$ must have an odd number of $25$'s in it. This means that $m-25$ is an even number that can be obtained from $6, 10, \text{and } 25$ value coins.
This tells us that if $m$ is the smallest odd number such that any odd number larger than or equal to $m$ can be represented, then $m-25$ must be the smallest even number such that every even number larger than or equal $m-25$ can be represented.
By our first paragraph, we know that the smallest such even number is $16$. Therefore $m=41$ which gives us $k=40$ like you claimed.