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!)
A067226 Numbers k such that phi(5k+1) = sigma(k). 2
5005, 6745, 79695, 99145, 160195, 166135, 296065, 350935, 486805, 960355, 1291105, 1350745, 1817365, 2218645, 2445685, 3287680, 4069135, 5341375, 5497965, 8933085, 14495065, 15106795, 16824535, 16850995, 18510055, 18710125, 21309085, 21521500, 22453345 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Are there any terms not congruent to 5 in the sequence?
a(58) = 104447959 is the first example. - Charles R Greathouse IV, Jan 29 2012
LINKS
MATHEMATICA
Select[Range[10^6], EulerPhi[5*# + 1] == DivisorSigma[1, #] &] (* Amiram Eldar, May 09 2022 *)
PROG
(PARI) for(n=1, 1e9, if(sigma(n)==eulerphi(5*n+1), print1(n", "))) \\ Charles R Greathouse IV, Jan 29 2012
CROSSREFS
Sequence in context: A108011 A018188 A280879 * A249081 A154059 A138637
KEYWORD
nonn
AUTHOR
Benoit Cloitre, Feb 20 2002
EXTENSIONS
a(11)-a(29) from Donovan Johnson, Jan 29 2012
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 15 23:55 EDT 2024. Contains 371696 sequences. (Running on oeis4.)