The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A094181 a(n) = (n - tau(n))*(n - phi(n)), where tau=A000005 and phi=A000010. 2
0, 0, 1, 2, 3, 8, 5, 16, 18, 36, 9, 48, 11, 80, 77, 88, 15, 144, 17, 168, 153, 216, 21, 256, 110, 308, 207, 352, 27, 484, 29, 416, 377, 540, 341, 648, 35, 680, 525, 768, 39, 1020, 41, 912, 819, 1008, 45, 1216, 322, 1320, 893, 1288, 51, 1656, 765, 1536, 1113, 1620 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,4
LINKS
FORMULA
a(n) = A049820(n)*A051953(n).
MATHEMATICA
Array[(#-DivisorSigma[0, #])(#-EulerPhi[#])&, 60] (* Harvey P. Dale, May 18 2012 *)
PROG
(Magma) [(n-NumberOfDivisors(n))*(n-EulerPhi(n)): n in [1..60]]; // Vincenzo Librandi, Aug 31 2018
CROSSREFS
Cf. A062355.
Sequence in context: A095168 A130479 A272878 * A004730 A332460 A168014
KEYWORD
nonn
AUTHOR
Reinhard Zumkeller, May 06 2004
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified May 15 09:54 EDT 2024. Contains 372540 sequences. (Running on oeis4.)