reviewed
approved
reviewed
approved
proposed
reviewed
editing
proposed
Edited and updated by Larry Reeves (larryr(AT)acm.org), Apr 12 2002; Aug 25, 2002
proposed
editing
editing
proposed
(PARI) lista(nn, m=1716) = my(s, t); for(k=1, nn, s=k/m^valuation(k, m); while(s, t=t*m+s%m; s\=m); if(t%k==0, print1(k, ", "))); \\ Jinyuan Wang, Dec 05 2020
No more terms < 10^7. [- _Lars Blomberg, _, Oct 22 2011]
(PARI) lista(nn, m=17) = my(s, t); for(k=1, nn, s=k/m^valuation(k, m); while(s, t=t*m+s%m; s\=m); if(t%k==0, print1(k, ", "))); \\ Jinyuan Wang, Dec 05 2020
approved
editing
proposed
approved
editing
proposed
b = 16; c = {}; Select[Range[10^4], Divisible[FromDigits[c = Join[c, IntegerDigits[IntegerReverse[#, b], b]], b], #] &] (* Robert Price, Mar 08 2020 *)
nonn,base,more
approved
editing