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!)
A340580 Ramanujan's highly composite numbers A002182 sandwiched between nonprimes. 1
120, 1680, 25200, 27720, 50400, 83160, 221760, 277200, 554400, 720720, 2162160, 2882880, 3603600, 7207200, 8648640, 10810800, 17297280, 21621600, 36756720, 73513440, 122522400, 147026880, 245044800, 294053760, 551350800, 2095133040, 2327925600, 2793510720, 3491888400 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
120 is in the sequence because it is an highly composite numbers A002182 and its nearest neighbors 119 and 121 both are nonprimes.
MATHEMATICA
s = {}; dm = 0; Do[d = DivisorSigma[0, n]; If[d > dm, dm = d; If[! PrimeQ[n - 1] && ! PrimeQ[n + 1], AppendTo[s, n]]], {n, 1, 10^6}]; s (* Amiram Eldar, Aug 17 2021 *)
CROSSREFS
Sequence in context: A027795 A223427 A282899 * A053567 A056270 A001118
KEYWORD
nonn
AUTHOR
Omar E. Pol, Aug 17 2021
EXTENSIONS
More terms from Amiram Eldar, Aug 17 2021
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 25 07:07 EDT 2024. Contains 371964 sequences. (Running on oeis4.)