Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A063078
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A063078 Numbers n such that phi(n)*mu(n) > phi(m)*mu(m) for all m < n. +0
1
1, 6, 10, 14, 15, 21, 33, 35, 51, 55, 65, 77, 85, 91, 115, 119, 133, 143, 161, 185, 187, 203, 209, 221, 247, 253, 287, 299, 319, 323, 341, 371, 377, 391, 403, 437, 451, 473, 481, 493, 517, 527, 551, 583, 589, 611, 629, 649, 667, 689, 697, 703, 713, 731, 767 (list; graph; listen)
OFFSET

1,2

LINKS

Harry J. Smith, Table of n, a(n) for n=1,...,1000

PROGRAM

(PARI) a=0; j=[]; for(n=1, 2000, b=eulerphi(n)*moebius(n); if(b>a, a=b; j=concat(j, n))); j

(PARI) { n=a=0; for (m=1, 10^9, b=eulerphi(m)*moebius(m); if(b>a, a=b; write("b063078.txt", n++, " ", m); if (n==1000, break)) ) } [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), Aug 17 2009]

CROSSREFS

Cf. A000010, A008683.

Sequence in context: A046400 A100660 A088709 this_sequence A064452 A085647 A072901

Adjacent sequences: A063075 A063076 A063077 this_sequence A063079 A063080 A063081

KEYWORD

easy,nonn

AUTHOR

Jason Earls (zevi_35711(AT)yahoo.com), Aug 05 2001

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified November 25 14:49 EST 2009. Contains 167514 sequences.


AT&T Labs Research