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!)
A039781 Numbers k such that phi(k) is equal to A008473(k+1). 1
55, 174, 183, 341, 407, 1274, 5424, 6887, 18903, 22167, 27559, 53847, 66711, 68237, 77957, 78155, 91524, 132791, 133574, 138471, 149435, 191575, 220759, 274224, 339024, 413424, 432233, 493724, 505735, 543221, 684167, 694823, 703824, 711774, 747175, 883463 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
phi(174)=56, 175=5^2*7^1, (5+2)*(7+1)=56.
PROG
(PARI) b(n)=my(f = factor(n)); for (k=1, #f~, f[k, 1] = f[k, 1] + f[k, 2]; f[k, 2] = 1; ); factorback(f); \\ A008473
isok(k) = eulerphi(k) == b(k+1); \\ Michel Marcus, Feb 25 2021
CROSSREFS
Sequence in context: A276050 A256353 A068641 * A135657 A178793 A334531
KEYWORD
nonn
AUTHOR
EXTENSIONS
Title corrected and more terms from Sean A. Irvine, Feb 24 2021
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 September 18 03:51 EDT 2024. Contains 375995 sequences. (Running on oeis4.)