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!)
A193672 Numbers such that the last of the differences of divisors is < 0. 4
14, 20, 22, 24, 26, 28, 34, 36, 38, 40, 46, 48, 50, 58, 60, 62, 63, 70, 74, 80, 82, 84, 86, 94, 96, 98, 99, 100, 105, 106, 117, 118, 120, 122, 134, 136, 138, 140, 142, 146, 152, 153, 154, 158, 160, 166, 170, 174, 178, 180, 182, 184, 186, 189, 190, 192, 194 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
A187202(a(n)) < 0.
LINKS
PROG
(Haskell)
import Data.List (findIndices)
a193672 n = a193672_list !! (n-1)
a193672_list = map (+ 1) $ findIndices (< 0) $ map a187202 [1..]
CROSSREFS
Sequence in context: A083247 A255346 A074851 * A087678 A144585 A186193
KEYWORD
nonn
AUTHOR
Reinhard Zumkeller, Aug 02 2011
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 March 28 17:42 EDT 2024. Contains 371254 sequences. (Running on oeis4.)