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!)
A107656 Numbers k such that prime(k) = d(k)*phi(k) + 1, where d(k) is number of positive divisors of k. 0
1, 2, 3, 4, 652245 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
There is no further term up to 5*10^7.
a(6) > 10^10, if it exists. - Amiram Eldar, Apr 30 2024
LINKS
EXAMPLE
652245 is in the sequence because prime(652245) = d(652245)*phi(652245) + 1.
MATHEMATICA
Do[If[Prime[n] == DivisorSigma[0, n]*EulerPhi[n] + 1, Print[n]], {n, 50000000}]
PROG
(PARI) lista(pmax) = {my(k = 0, f); forprime(p=1, 1e16, k++; f = factor(k); if(p == numdiv(f)*eulerphi(f)+1, print1(k, ", "))); } \\ Amiram Eldar, Apr 30 2024
CROSSREFS
Sequence in context: A228311 A258107 A307256 * A330930 A024595 A144804
KEYWORD
nonn,more
AUTHOR
Farideh Firoozbakht, Jun 06 2005
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 August 22 02:06 EDT 2024. Contains 375353 sequences. (Running on oeis4.)