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!)
A122426 Numbers m such that in decimal representation the lexicographically greatest divisor of m is smaller than m. 3
10, 12, 14, 15, 16, 18, 20, 21, 24, 25, 27, 28, 30, 32, 35, 36, 40, 42, 45, 48, 49, 54, 56, 63, 64, 72, 81, 100, 102, 104, 105, 106, 108, 110, 111, 112, 114, 115, 116, 117, 118, 119, 120, 122, 123, 124, 125, 126, 128, 129, 130, 132, 133, 134, 135, 136, 138, 140 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
A122425(a(n)) < a(n); complement of A122427.
LINKS
PROG
(Haskell)
a122426 n = a122426_list !! (n-1)
a122426_list = [x | x <- [1..], a122425 x < x]
-- Reinhard Zumkeller, Feb 05 2015
CROSSREFS
Sequence in context: A124867 A199991 A161598 * A141322 A350180 A099103
KEYWORD
nonn,base
AUTHOR
Reinhard Zumkeller, Sep 04 2006
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 22:18 EDT 2024. Contains 371782 sequences. (Running on oeis4.)