Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).
%I #11 Aug 13 2020 14:02:28
%S 132,262,16524,78140,78141,78142,78143,78144,78145,78146,78147,78148,
%T 78149,78275,94520,94521,94522,94533,94534,94535,94536,94537,94538,
%U 94539,94652
%N Numbers that are formed using their own digits and addition and seventh power operators.
%H Erich Friedman, <a href="https://erich-friedman.github.io/mathmagic/0803.html">Problem of the Month August 2003</a>
%e 132 = 1 + 3 + 2^7.
%e 262 = 2^7 + 6 + 2^7
%e 16524 = 1 + 6 + 5 + 2^7 + 4^7
%e and so on.
%K nonn,base
%O 1,1
%A _Kausthub Gudipati_, Sep 22 2011