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!)
A239433 Numbers m with at least one integer solution for x' = m, where x' is the arithmetic derivative of x (cf. A003415). 5
4, 5, 6, 7, 8, 9, 10, 12, 13, 14, 15, 16, 18, 19, 20, 21, 22, 24, 25, 26, 27, 28, 30, 31, 32, 33, 34, 36, 38, 39, 40, 41, 42, 43, 44, 45, 46, 48, 49, 50, 51, 52, 54, 55, 56, 58, 59, 60, 61, 62, 63, 64, 66, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 80, 81 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
A099302(a(n)) > 0.
LINKS
PROG
(Haskell)
a239433 n = a239433_list !! (n-1)
a239433_list = filter
(\z -> any (== z) $ map a003415 $ takeWhile (<= a002620 z) a013929_list) [2..]
CROSSREFS
Cf. A002620, A098700 (complement), A369251 (subsequence).
Sequence in context: A294237 A162706 A088331 * A014091 A308040 A287961
KEYWORD
nonn
AUTHOR
Reinhard Zumkeller, Mar 18 2014
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 23 15:20 EDT 2024. Contains 371916 sequences. (Running on oeis4.)