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!)
A067235 Numbers k such that phi(4k-1) = sigma(k). 3
660, 744, 4216, 6460, 10780, 11880, 14688, 27820, 32524, 37464, 40120, 59964, 87124, 110770, 120934, 125764, 184264, 190564, 194584, 210324, 264280, 269514, 295144, 297388, 298840, 314974, 379204, 384750, 396256, 396520, 406296, 444244, 473524, 597480 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Are there any odd terms in the sequence?
LINKS
MATHEMATICA
Select[Range[600000], EulerPhi[4*# - 1] == DivisorSigma[1, #] &] (* Amiram Eldar, May 09 2022 *)
PROG
(PARI) for(n=1, 10^9, if(eulerphi(4*n-1)==sigma(n), print(n))) /* Donovan Johnson, Aug 18 2012 */
CROSSREFS
Sequence in context: A171393 A349586 A023294 * A113171 A364004 A252519
KEYWORD
nonn
AUTHOR
Benoit Cloitre, Feb 20 2002
EXTENSIONS
More terms from Harvey P. Dale, Feb 26 2002
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 18 13:50 EDT 2024. Contains 371780 sequences. (Running on oeis4.)