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!)
A067234 Numbers n such that phi(4n+1) = sigma(n). 1
56, 476, 2840, 4676, 8120, 9416, 16256, 23940, 25056, 28520, 30566, 32760, 36146, 37716, 39816, 55676, 56306, 65280, 66056, 129260, 135840, 143096, 149960, 155876, 176736, 185240, 198240, 198396, 202676, 232596, 252756, 257312, 296786 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Are there any odd terms in the sequence?
LINKS
MATHEMATICA
Select[Range[300000], EulerPhi[4#+1]==DivisorSigma[1, #]&] (* Harvey P. Dale, Apr 14 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: A187159 A220048 A257707 * A244358 A219832 A219576
KEYWORD
nonn
AUTHOR
Benoit Cloitre, Feb 20 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 August 2 17:23 EDT 2024. Contains 374848 sequences. (Running on oeis4.)