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!)
A141641 Digital sum of n is an even composite. 0
4, 6, 8, 13, 15, 17, 19, 22, 24, 26, 28, 31, 33, 35, 37, 39, 40, 42, 44, 46, 48, 51, 53, 55, 57, 59, 60, 62, 64, 66, 68, 71, 73, 75, 77, 79, 80, 82, 84, 86, 88, 91, 93, 95, 97, 99, 103, 105, 107, 109, 112, 114, 116, 118, 121, 123, 125, 127, 129, 130, 132, 134, 136, 138 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
A059841(A007953(a(n)))*A066247(A007953(a(n))) = 1. [From Reinhard Zumkeller, Apr 10 2010]
LINKS
MATHEMATICA
dsecQ[n_]:=Module[{ds=Total[IntegerDigits[n]]}, EvenQ[ds]&&CompositeQ[ds]]; Select[Range[200], dsecQ] (* Requires Mathematica version 10 or later *) (* Harvey P. Dale, Jan 14 2019 *)
CROSSREFS
Sequence in context: A273938 A121613 A008438 * A145284 A023560 A340960
KEYWORD
nonn,base,easy,less
AUTHOR
EXTENSIONS
Corrected by Charles R Greathouse IV, Mar 26 2010
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 24 19:59 EDT 2024. Contains 371963 sequences. (Running on oeis4.)