login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo

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 60, we have over 367,000 sequences, and we’ve crossed 11,000 citations (which often say “discovered thanks to the OEIS”).

Other ways to Give
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A090778 Numbers k such that phi(k) divides k*(k - phi(k)). 2
1, 2, 4, 6, 8, 10, 12, 16, 18, 20, 24, 32, 36, 40, 42, 48, 50, 54, 60, 64, 72, 80, 84, 96, 100, 108, 114, 120, 126, 128, 136, 144, 156, 160, 162, 168, 180, 192, 200, 216, 220, 228, 240, 250, 252, 256, 272, 288, 294, 300, 312, 320, 324, 336, 342, 360, 378, 384, 400 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Also phi(k) divides k^2. - Enrique Pérez Herrero, Jul 04 2010
LINKS
FORMULA
a(n) seems to be asymptotic to c*n^2 with c=0.11.....
MATHEMATICA
pdnQ[n_]:=Module[{ephi=EulerPhi[n]}, Divisible[n(n-ephi), ephi]]; Select[ Range[ 400], pdnQ] (* Harvey P. Dale, Dec 22 2015 *)
CROSSREFS
Sequence in context: A071594 A306263 A071596 * A097380 A114270 A109884
KEYWORD
nonn
AUTHOR
Benoit Cloitre, Feb 08 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 December 1 23:26 EST 2023. Contains 367503 sequences. (Running on oeis4.)