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!)
A292048 Squarefree numbers n such that psi(phi(n)) = phi(psi(n) - n). 0
2, 30, 35070, 36570, 43230, 159810, 224610, 331170, 525630, 1039890, 1094730, 1290810, 1656930, 1770510, 2139990, 4878390, 5110710, 5996310, 6052530, 6127890, 7493430, 9918930, 10146570, 12171810, 12551370, 13821870, 21398370, 23282130, 25587030, 30223830, 31317510, 31364970 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
30 = 2*3*5 is a term because psi(phi(30)) = phi(psi(30)-30).
60 = 30*2 is not a term because it is not a squarefree number.
PROG
(PARI) a001615(n) = my(f=factor(n)); prod(i=1, #f~, f[i, 1]^f[i, 2] + f[i, 1]^(f[i, 2]-1));
isok(n) = issquarefree(n) && a001615(eulerphi(n))==eulerphi(a001615(n)-n); \\ after Charles R Greathouse IV at A001615
CROSSREFS
Sequence in context: A371205 A090600 A113511 * A062008 A091776 A159578
KEYWORD
nonn
AUTHOR
Altug Alkan, Sep 08 2017
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 April 19 06:44 EDT 2024. Contains 371782 sequences. (Running on oeis4.)