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!)
A066924 Nonprime numbers n such that the GCD of n and the Chowla's function of n (A048050) is >= n/3. 0
1, 4, 9, 36, 345, 6489, 88473 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
No more terms below 10^9. - Amiram Eldar, Aug 28 2019
LINKS
MATHEMATICA
Select[ Range[ 10^7 ], GCD[ #, DivisorSigma[ 1, # ] - # - 1 ] >= #/3 && !PrimeQ[ # ] & ]
PROG
(PARI) f(n) = if(n>1, sigma(n)-n-1, 0); \\ A048050
isok(n) = !isprime(n) && gcd(n, f(n)) >= n/3; \\ Michel Marcus, Aug 28 2019 [Corrected by Sean A. Irvine, Nov 25 2023]
CROSSREFS
Sequence in context: A077211 A073977 A055872 * A251689 A249101 A289157
KEYWORD
nonn,more
AUTHOR
Robert G. Wilson v, Jan 23 2002
EXTENSIONS
Name clarified by Sean A. Irvine, Nov 25 2023
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 18:58 EDT 2024. Contains 371781 sequences. (Running on oeis4.)