Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A062768
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A062768 Multiples of 6 such that the sum of the digits is equal to 6. +0
5
6, 24, 42, 60, 114, 132, 150, 204, 222, 240, 312, 330, 402, 420, 510, 600, 1014, 1032, 1050, 1104, 1122, 1140, 1212, 1230, 1302, 1320, 1410, 1500, 2004, 2022, 2040, 2112, 2130, 2202, 2220, 2310, 2400, 3012, 3030, 3102, 3120, 3210, 3300, 4002, 4020, 4110 (list; graph; listen)
OFFSET

1,1

EXAMPLE

60 is a member of the sequence since 60 / 6 = 10 and 6 + 0 = 6; 114 is also an element since 114 is divisible by 6 and 1 + 1+ 4 = 6.

MATHEMATICA

Select[ Range[ 6, 4200, 6 ], Plus @@ IntegerDigits[ # ] == 6 & ]

PROGRAM

(ARIBAS): var stk: stack; end; minarg := 0; maxarg := 900; n := 6; for k := minarg to maxarg do m := k*n; s := itoa(m); for j := 0 to length(s) - 1 do stack_push(stk, atoi(s[j..j])); end; if sum(stack2array(stk)) = n then write(m, " "); end; end; .

CROSSREFS

Cf. A069521 to A069530, A069532, A069533, A069534, A069535, A069536, A069537, A052217, A063997, A069540.

Cf. A063416.

Sequence in context: A061811 A031101 A069541 this_sequence A161333 A002688 A083212

Adjacent sequences: A062765 A062766 A062767 this_sequence A062769 A062770 A062771

KEYWORD

easy,nonn,base

AUTHOR

Lisa O Coulter (lisa_coulter(AT)my-deja.com), Jul 17 2001

EXTENSIONS

More terms from Klaus Brockhaus (klaus-brockhaus(AT)t-online.de), Jul 20 2001

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified December 20 00:58 EST 2009. Contains 171054 sequences.


AT&T Labs Research