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!)
A112277 Numbers m such that A112276(m) is composite. 2
8, 14, 20, 21, 24, 26, 32, 33, 34, 38, 44, 45, 48, 50, 54, 55, 56, 57, 62, 63, 64, 68, 74, 75, 76, 80, 81, 84, 85, 86, 90, 91, 92, 93, 94, 98, 104, 105, 110, 114, 115, 116, 117, 118, 119, 120, 122, 123, 124, 128, 132, 133, 135, 140, 141, 142, 143, 144, 145, 147, 152 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
A000005(a(n)) <= A000005(A112276(a(n))).
A066247(A112276(a(n)) = 1.
MATHEMATICA
f[1] = 1; f[n_] := Module[{m = n + 1, d = DivisorSigma[0, n]}, While[DivisorSigma[0, m] > d, m++]; m]; Select[Range[150], CompositeQ[f[#]] &] (* Amiram Eldar, Feb 03 2020 *)
CROSSREFS
Sequence in context: A231718 A212020 A283597 * A078754 A068638 A025044
KEYWORD
nonn
AUTHOR
Reinhard Zumkeller, Sep 01 2005
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 May 20 19:00 EDT 2024. Contains 372720 sequences. (Running on oeis4.)