Search: id:A062018 Results 1-1 of 1 results found. %I A062018 %S A062018 1,4,72,652,5213,65664,345328,61277761,984024783,1,116076113582, %T A062018 6528440016198,352295601578203,61085552860021111,573958083098398734, %U A062018 61615590737044764481,771467633688162042728,42457573569257080464393 %N A062018 a(n)= n^n written backwards. %H A062018 Harry J. Smith, Table of n, a(n) for n=1,...,200 %e A062018 a(5) = 5213, as 5^5 = 3125. %p A062018 with(numtheory):for n from 1 to 50 do a := convert(n^n,base,10):b := add(10^(nops(a)- i)*a[i],i=1..nops(a)):printf(`%d,`,b); od: %o A062018 (PARI) { for (n=1, 200, x=n^n; r=0; while (x>0, d=x-10*(x\10); x\=10; r=r*10 + d); write("b062018.txt", n, " ", r) ) } [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), Jul 29 2009] %Y A062018 Cf. A004086, A004093, A004156, A034906, A004094, A004167, A002108, A002118, A002138, A002140, A002232, A002239, A002241, A002942, A004165, A004087, A004091, A004096, A004098, A004150, A004153. %Y A062018 Sequence in context: A095385 A071683 A003752 this_sequence A119580 A139745 A066992 %Y A062018 Adjacent sequences: A062015 A062016 A062017 this_sequence A062019 A062020 A062021 %K A062018 nonn,base,easy %O A062018 1,2 %A A062018 Amarnath Murthy (amarnath_murthy(AT)yahoo.com), Jun 01 2001 %E A062018 More terms from Jason Earls (zevi_35711(AT)yahoo.com) and Vladeta Jovovic (vladeta(AT)eunet.rs), Jun 01 2001 Search completed in 0.001 seconds