0

So I am currently doing a problem about narcissistic number and I need to prove that $a^3+b^3+c^3=a*10^{2n}+b*10^n+c$, where $a=1666..666, b=5000..00, c=33...333 $ and $a,b,c$ has $n$ digits. I am trying to do an induction and have observed that $3a+2=b$, $3c+1=2b$ and $a+b+c=10^n$; the difficult part when doing induction is I just cannot write the equation into $b$ and $n$ which would allow me to solve as I know that $b=(10^n)/2$. Is there any idea that is better than induction? Thanks in advance.

M. Chen
  • 485
  • 2
  • 14
  • Can you find formulas for $a,b,c$ in terms of $n$? Oh, I see you've done it for $b$. What about $a$ and $c$? My guess is that it will be easier to do directly than by induction, but I've been wrong before. – saulspatz Mar 30 '18 at 02:50
  • thank looks like a good idea! I will try it and post my progress here – M. Chen Mar 30 '18 at 03:02

0 Answers0