The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A329809 Numbers k such that floor(k/10)^(k mod 10) contains the digit (k mod 10). 0

%I #14 Jan 02 2023 12:30:54

%S 11,26,37,39,46,52,55,56,57,59,66,67,69,73,74,76,78,84,86,87,95,97,99,

%T 101,111,112,113,114,115,116,117,118,119,121,128,129,131,136,137,138,

%U 139,141,144,145,146,148,151,152,153,155,156,157,158,159,161,162,165,166,169,171,172,173,175

%N Numbers k such that floor(k/10)^(k mod 10) contains the digit (k mod 10).

%C Or: Numbers k such that A059995(k)^A010879(k) contains the last digit of k, A010879(k).

%C It's easy to see that all numbers ending in {11, 37, 46, 52, 55, 59, 66, 69, 73, 97, 99} are in the sequence: for these, A059995(k)^A010879(k) mod 100 = (1, 87, 96, 25, 25, 25, 56, 96, 43, 69, 89).

%H M. F. Hasler, in reply to Éric Angelini, <a href="http://list.seqfan.eu/oldermail/seqfan/2019-November/020192.html">2019 must be read here as 201^9</a>, SeqFan list, Nov. 21, 2019.

%o (PARI) select( t->setsearch(Set(digits((t\10)^(t%10))),t%10),[0..9999])

%Y Cf. A059995 (floor(n/10): drop final digit), A010879 (n mod 10; final digit of n).

%K nonn,base

%O 1,1

%A _Eric Angelini_ and _M. F. Hasler_, Nov 21 2019

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified June 7 02:04 EDT 2024. Contains 373140 sequences. (Running on oeis4.)