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!)
A268620 Numbers whose digital sum is a multiple of 4. 1
0, 4, 8, 13, 17, 22, 26, 31, 35, 39, 40, 44, 48, 53, 57, 62, 66, 71, 75, 79, 80, 84, 88, 93, 97, 103, 107, 112, 116, 121, 125, 129, 130, 134, 138, 143, 147, 152, 156, 161, 165, 169, 170, 174, 178, 183, 187, 192, 196, 202, 206, 211, 215, 219, 220, 224, 228, 233, 237, 242, 246 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
a(1498) = 5999 is the smallest term that is congruent to 5 modulo 9.
LINKS
MAPLE
select(t -> convert(convert(t, base, 10), `+`) mod 4 = 0, [$1..1000]); # Robert Israel, Feb 09 2016
MATHEMATICA
Select[Range[0, 250], IntegerQ[Total[IntegerDigits[#]]/4] &]
PROG
(Magma) [n: n in [0..250] | IsIntegral(&+Intseq(n)/4)];
CROSSREFS
Cf. A007953, A061383 (supersequence).
Cf. numbers whose digital sum is a multiple of k: A054683 (k=2), A008585 (k=3), this sequence (k=4), A227793 (k=5).
Sequence in context: A311927 A311928 A311929 * A311930 A311931 A311932
KEYWORD
nonn,base
AUTHOR
Bruno Berselli, Feb 09 2016
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 19 08:28 EDT 2024. Contains 371782 sequences. (Running on oeis4.)