The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A123181 Numbers such that (-1)Sigma(m)*UnitarySigma(m)= k*UnitaryPhi(m)*m for some integer k. 1
1, 6, 312, 495, 990, 20520, 23664, 64416, 13063050 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
R. J. Mathar did an exhaustive search up to 74000000. Kohmoto found one more term, 2^8*3*11*43*257*509 with k=3, but between 7.4*10^7 and this term, many terms may be missing.
LINKS
MAPLE
isA123181 := proc(m)
A047994(m) ;
modp(A049060(m)*A034448(m), %*m) = 0 ;
end proc:
for m from 1 do
if isA123181(m) then
printf("%a, \n", m) ;
end if;
end do: # R. J. Mathar, Sep 04 2018
CROSSREFS
Sequence in context: A280215 A015103 A282373 * A281932 A074656 A233108
KEYWORD
nonn,more
AUTHOR
Yasutoshi Kohmoto, Oct 03 2006
EXTENSIONS
1 preprended by R. J. Mathar, Sep 04 2018
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 June 12 01:17 EDT 2024. Contains 373320 sequences. (Running on oeis4.)