login

Revision History for A362489

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

Showing entries 1-10 | older changes
a(n) is the least number k such that the equation iphi(x) = k has exactly 2*n solutions, or -1 if no such k exists, where iphi is the infinitary totient function A091732.
(history; published version)
#11 by Joerg Arndt at Sat Apr 22 11:39:03 EDT 2023
STATUS

proposed

approved

#10 by Amiram Eldar at Sat Apr 22 11:00:54 EDT 2023
STATUS

editing

proposed

#9 by Amiram Eldar at Sat Apr 22 11:00:17 EDT 2023
LINKS

Amiram Eldar, <a href="/A362489/b362489.txt">Table of n, a(n) for n = 0..300</a>

STATUS

approved

editing

#8 by Michael De Vlieger at Sat Apr 22 10:36:07 EDT 2023
STATUS

reviewed

approved

#7 by Joerg Arndt at Sat Apr 22 09:27:23 EDT 2023
STATUS

proposed

reviewed

#6 by Amiram Eldar at Sat Apr 22 03:49:01 EDT 2023
STATUS

editing

proposed

#5 by Amiram Eldar at Sat Apr 22 03:47:22 EDT 2023
CROSSREFS
#4 by Amiram Eldar at Sat Apr 22 03:43:18 EDT 2023
MATHEMATICA

solnum[n_] := Length[inIPhiinvIPhi[n]]; seq[len_, kmax_] := Module[{s = Table[-1, {len}], c = 0, k = 1, ind}, While[k < kmax && c < len, ind = solnum[k]/2 + 1; If[ind <= len && s[[ind]] < 0, c++; s[[ind]] = k]; k++]; s]; seq[50, 10^5] (* using the function invIPhi from A362484 *)

#3 by Amiram Eldar at Sat Apr 22 03:42:47 EDT 2023
MATHEMATICA

solnum[n_] := Length[inIPhi[n]]; seq[len_, kmax_] := Module[{s = Table[-1, {len}], c = 0, k = 1, ind}, While[k < kmax && c < len, ind = solnum[k]/2 + 1; If[ind <= len && s[[ind]] < 0, c++; s[[ind]] = k]; k++]; s]; seq[50, 10^5] (* using the function invIPhi from A362484 *)

#2 by Amiram Eldar at Sat Apr 22 03:32:36 EDT 2023
NAME

allocated for Amiram Eldara(n) is the least number k such that the equation iphi(x) = k has exactly 2*n solutions, or -1 if no such k exists, where iphi is the infinitary totient function A091732.

DATA

5, 1, 6, 12, 36, 24, 396, 48, 216, 96, 528, 144, 384, 2784, 432, 240, 1296, 288, 1584, 1800, 480, 1680, 1080, 864, 576, 3240, 2016, 960, 6624, 720, 1152, 7776, 12000, 8448, 5280, 1728, 10752, 2304, 4032, 4800, 6048, 3840, 2160, 5184, 4608, 6336, 1440, 10560, 29568

OFFSET

0,1

COMMENTS

a(n) is the least number k such that A362485(k) = 2*n. Odd values of A362485 are impossible.

Is there any n for which a(n) = -1?

MATHEMATICA

solnum[n_] := Length[inIPhi[n]]; seq[len_, kmax_] := Module[{s = Table[-1, {len}], c = 0, k = 1, ind}, While[k < kmax && c < len, ind = solnum[k]/2 + 1; If[ind <= len && s[[ind]] < 0, c++; s[[ind]] = k]; k++]; s]; seq[50, 10^5] (* using the function invIPhi from A362484 *)

CROSSREFS

Cf. A091732, A362485.

Similar sequences: A007374, A063507, A361970, A362186.

KEYWORD

allocated

nonn

AUTHOR

Amiram Eldar, Apr 22 2023

STATUS

approved

editing