|
Search: id:A065877
|
|
|
| A065877 |
|
Non-Niven (or non-Harshad) numbers: numbers which are not a multiple of the sum of their digits. |
|
+0 4
|
|
| 11, 13, 14, 15, 16, 17, 19, 22, 23, 25, 26, 28, 29, 31, 32, 33, 34, 35, 37, 38, 39, 41, 43, 44, 46, 47, 49, 51, 52, 53, 55, 56, 57, 58, 59, 61, 62, 64, 65, 66, 67, 68, 69, 71, 73, 74, 75, 76, 77, 78, 79, 82, 83, 85, 86, 87, 88, 89, 91, 92, 93, 94, 95, 96, 97, 98, 99, 101
(list; graph; listen)
|
|
|
OFFSET
|
1,1
|
|
|
LINKS
|
Harry J. Smith, Table of n, a(n) for n=1,...,1000
|
|
EXAMPLE
|
13 is in the list because 13 is not a multiple of 1+3=4.
|
|
PROGRAM
|
(PARI) SumD(x)= { local(s=0); while (x>9, s+=x%10; x\=10); return(s + x) } { n=0; for (m=1, 10^9, if (m%SumD(m), write("b065877.txt", n++, " ", m); if (n==1000, return)) ) } [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), Nov 03 2009]
|
|
CROSSREFS
|
Complement of A005349. Cf. A003635, A007953, A065878.
Sequence in context: A043645 A043700 A111634 this_sequence A129917 A102577 A038187
Adjacent sequences: A065874 A065875 A065876 this_sequence A065878 A065879 A065880
|
|
KEYWORD
|
base,nonn,new
|
|
AUTHOR
|
Henry Bottomley (se16(AT)btinternet.com), Nov 26 2001
|
|
|
Search completed in 0.002 seconds
|