Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                

Revision History for A091853

(Bold, blue-underlined text is an addition; faded, red-underlined text is a deletion.)

Showing entries 1-10 | older changes
a(n) is the number of numbers k such that k is obtained by permuting the digits of n and gcd(n,k) > 1.
(history; published version)
#17 by Joerg Arndt at Sun Dec 17 03:07:03 EST 2017
STATUS

reviewed

approved

#16 by Michel Marcus at Sun Dec 17 02:44:30 EST 2017
STATUS

proposed

reviewed

#15 by Michael De Vlieger at Sat Dec 16 21:49:59 EST 2017
STATUS

editing

proposed

#14 by Michael De Vlieger at Sat Dec 16 21:49:57 EST 2017
MATHEMATICA

Table[Count[Union@ Map[# Boole[! CoprimeQ[#, n]] &@ FromDigits@ # &, Permutations@ IntegerDigits@ n], _?(# > 0 &)], {n, 105}] (* Michael De Vlieger, Dec 16 2017 *)

STATUS

proposed

editing

#13 by Antti Karttunen at Sat Dec 16 10:49:06 EST 2017
STATUS

editing

proposed

#12 by Antti Karttunen at Sat Dec 16 10:48:58 EST 2017
COMMENTS

For a number like 12345 which is a multiple of three and does not contain zero, all 5! = 120 permutations yield a distinct number divisible by 3, thus a(12345) = 120. However, 120 occurs for the first time at n = 10236, which is also a multiple of three. - Antti Karttunen, Dec 16 2017

STATUS

proposed

editing

#11 by Michel Marcus at Sat Dec 16 10:38:35 EST 2017
STATUS

editing

proposed

#10 by Michel Marcus at Sat Dec 16 10:38:29 EST 2017
NAME

a(n) = is the number of numbers k such that k is obtained by permuting the digits of n and gcd(n,k) > 1.

STATUS

reviewed

editing

#9 by Joerg Arndt at Sat Dec 16 05:34:06 EST 2017
STATUS

proposed

reviewed

Discussion
Sat Dec 16
10:35
Michel Marcus: For a number like 12345 ... or .. For numbers like 12345
#8 by Antti Karttunen at Sat Dec 16 05:13:06 EST 2017
STATUS

editing

proposed

Discussion
Sat Dec 16
05:15
Antti Karttunen: All the shortcut divisibility-rules (when applied here) make this an interesting sequence.
05:15
Antti Karttunen: Maybe we should have a base-3 analog?