login

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”).

a(1) = 1; a(n) = smallest nontrivial n-th power with property that digits alternate in parity.
1

%I #9 Nov 24 2021 20:17:39

%S 1,4,8,16,32,729,2187,256

%N a(1) = 1; a(n) = smallest nontrivial n-th power with property that digits alternate in parity.

%C Conjecture: the sequence is finite.

%C For all n>=1, (n^10 mod 1000) is one of {0, 1, 24, 49, 176, 201, 224, 249, 376, 401, 424, 449, 576, 601, 624, 625, 649, 776, 801, 824, 849, 976}. None of these have digits of alternating parity, thus a(10) does not exist. - _Benjamin Chaffin_, Nov 24 2021

%Y Cf. A030152, A068891.

%K nonn,base,fini

%O 1,2

%A _Amarnath Murthy_, Mar 20 2002