[go: up one dir, main page]

login
Revision History for A219930 (Bold, blue-underlined text is an addition; faded, red-underlined text is a deletion.)

Showing entries 1-10 | older changes
n such that phi(n) represents a new lower bound for the phi function.
(history; published version)
#45 by Jon E. Schoenfield at Sun Aug 09 16:03:00 EDT 2015
STATUS

editing

approved

#44 by Jon E. Schoenfield at Sun Aug 09 16:02:58 EDT 2015
COMMENTS

Conjecture: Except for 1 and 3, all members of the sequence are even. If n is odd, it cannot be square-freesquarefree.

STATUS

approved

editing

#43 by Joerg Arndt at Fri Dec 28 04:35:34 EST 2012
STATUS

proposed

approved

#42 by Vincenzo Librandi at Fri Dec 28 02:04:52 EST 2012
STATUS

editing

proposed

#41 by Vincenzo Librandi at Fri Dec 28 02:04:40 EST 2012
LINKS

Vincenzo Librandi, <a href="/A219930/b219930.txt">Table of n, a(n) for n = 1..200</a>

STATUS

approved

editing

#40 by T. D. Noe at Tue Dec 04 13:19:27 EST 2012
STATUS

editing

approved

#39 by T. D. Noe at Tue Dec 04 13:18:58 EST 2012
COMMENTS

Conjecture : If n is in the sequence, then the sequence contains an infinite number of multiples of n.

Conjecture : Except for 1 and 3, all members of the sequence are even. If n is odd, it cannot be square-free.

Conjecture : There does not exist N such that for all n > N, a(n) is divisible by 30.

MATHEMATICA

nn = 78!; t = Table[EulerPhi[n], {n, nn}]; min = Infinity; t2 = {}; Do[If[t[[n]] <= min, AppendTo[t2, {n, t[[n]]}]; min = t[[n]]], {n, Length[t], 1, -1}]; t2 = Reverse[t2]; t3 = {}; mx = 0; Do[If[i[[2]] > mx, mx = i[[2]]; AppendTo[t3, i[[1]]]], {i, t2}]; t3 (* T. D. Noe, Dec 04 2012 *)

#38 by T. D. Noe at Tue Dec 04 13:16:18 EST 2012
DATA

1, 3, 8, 14, 20, 36, 48, 66, 70, 96, 126, 132, 156, 240, 252, 300, 336, 450, 480, 540, 660, 690, 714, 870, 900, 1080, 1320, 1470, 1530, 1710, 1950, 2340, 2940, 2970, 3360, 3780, 4200, 4830, 5040, 5610, 5670, 5880, 6270, 7140, 7350, 7410, 8400, 9660, 9870

MATHEMATICA

nn = 7!; t = Table[EulerPhi[n], {n, nn}]; min = Infinity; t2 = {}; Do[If[t[[n]] <= min, AppendTo[t2, {n, t[[n]]}]; min = t[[n]]], {n, Length[t], 1, -1}]; t2 = Reverse[t2]; t3 = {}; mx = 0; Do[If[i[[2]] > mx, mx = i[[2]]; AppendTo[t3, i[[1]]]], {i, t2}]; t3 (* T. D. Noe, Dec 04 2012 *)

STATUS

proposed

editing

#37 by Jon Perry at Tue Dec 04 11:49:30 EST 2012
STATUS

editing

proposed

#36 by Jon Perry at Tue Dec 04 11:48:30 EST 2012
EXAMPLE

phi(1) = 1, and for n>=1, phi(n) never drops below >=1 again.

phi(3) = 2, and for n>=3, phi(n) never drops below >=2 again.

phi(8) = 4, and for n>=8, phi(n) never drops below >=4 again.

phi(14) = 6, and for n>=14, phi(n) never drops below >=6 again.

STATUS

proposed

editing