Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A063795
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A063795 usigma(n)=phi(n)*omega(n), where omega(n) is the number of distinct prime divisors. +0
1
35, 99, 357, 495, 1672, 2108, 3135, 3465, 3692, 5152, 11704, 14756, 15800, 18375, 20026, 23374, 23560, 25714, 25844, 33915, 35074, 39585, 49196, 55154, 56134, 66040, 86900, 99484, 104140, 105105, 110600, 116116, 124558, 141340, 157586 (list; graph; listen)
OFFSET

1,1

LINKS

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

PROGRAM

(PARI) us(n) = sumdiv(n, d, if(gcd(d, n/d)==1, d)); ? for(n=1, 10^7, if(us(n)==eulerphi(n)*omega(n), print(n)))

(PARI) us(n) = sumdiv(n, d, if(gcd(d, n/d)==1, d)) { n=0; for (m=1, 10^9, if(us(m)==eulerphi(m)*omega(m), write("b063795.txt", n++, " ", m); if (n==200, break)) ) } [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), Aug 31 2009]

CROSSREFS

Cf. A034448.

Sequence in context: A146206 A044222 A044603 this_sequence A015882 A010085 A033852

Adjacent sequences: A063792 A063793 A063794 this_sequence A063796 A063797 A063798

KEYWORD

nonn

AUTHOR

Jason Earls (zevi_35711(AT)yahoo.com), Aug 18 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 December 1 19:22 EST 2009. Contains 167811 sequences.


AT&T Labs Research