[go: up one dir, main page]

login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

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

Showing entries 1-10 | older changes
Numbers k such that 4*phi(k) = 3*sigma(k).
(history; published version)
#19 by Joerg Arndt at Sun Jun 17 01:59:24 EDT 2018
STATUS

proposed

approved

#18 by Jon E. Schoenfield at Sun Jun 17 01:38:37 EDT 2018
STATUS

editing

proposed

#17 by Jon E. Schoenfield at Sun Jun 17 01:38:34 EDT 2018
NAME

Numbers n k such that 4*phi(nk) = 3*sigma(nk).

EXAMPLE

For m=10013, phi(m)=8640, sigma(m)=11520, 34560 = 4*phi = 3*sigma.

PROG

(PARI) { n=0; for (m=1, 10^9, if (4*eulerphi(m) == 3*sigma(m), write("b065819.txt", n++, " ", m); if (n==65, return)) ) } [From _\\ _Harry J. Smith_, Oct 31 2009]

STATUS

approved

editing

#16 by N. J. A. Sloane at Mon Jan 08 02:44:16 EST 2018
LINKS

Jud McCranie, <a href="/A065819/b065819.txt">Table of n, a(n) for n = 1..10000</a> (first 65 terms by from Harry J. Smith)

Discussion
Mon Jan 08
02:44
OEIS Server: https://oeis.org/edit/global/2737
#15 by OEIS Server at Tue Nov 28 21:14:57 EST 2017
LINKS

Jud McCranie, <a href="/A065819/b065819_1.txt">Table of n, a(n) for n = 1..10000</a> (first 65 terms by Harry J. Smith)

#14 by Alois P. Heinz at Tue Nov 28 21:14:57 EST 2017
STATUS

editing

approved

Discussion
Tue Nov 28
21:14
OEIS Server: Installed new b-file as b065819.txt.  Old b-file is now b065819_1.txt.
#13 by Alois P. Heinz at Tue Nov 28 21:14:16 EST 2017
NAME

Numbers n such that 4*phi(n) = 3*sigma(n).

STATUS

proposed

editing

Discussion
Tue Nov 28
21:14
Alois P. Heinz: thanks!
#12 by Jud McCranie at Tue Nov 28 14:26:45 EST 2017
STATUS

editing

proposed

#11 by Jud McCranie at Tue Nov 28 14:26:35 EST 2017
LINKS

Harry J. Smith, Jud McCranie, <a href="/A065819/b065819_1.txt">Table of n, a(n) for n = 1..10000</a> (first 65</a> terms by Harry J. Smith)

STATUS

proposed

editing

Discussion
Tue Nov 28
14:26
Jud McCranie: forgot the b file
#10 by Jud McCranie at Tue Nov 28 14:23:36 EST 2017
STATUS

editing

proposed