Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A071817
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A071817 Number of 3-digit numbers that add up to n. +0
5
1, 3, 6, 10, 15, 21, 28, 36, 45, 54, 61, 66, 69, 70, 69, 66, 61, 54, 45, 36, 28, 21, 15, 10, 6, 3, 1 (list; graph; listen)
OFFSET

1,2

EXAMPLE

a(4)=10 because there are 10 different 3-digit numbers whose sum-of-digits is 4 (103, 112, 121, 130, 202, 211, 220, 301, 310, 400, which are the 3-digit elements of A052218)

MAPLE

for i from 1 to 9*3 do a[i] := 0:od:for i from 100 to 999 dob := convert(i, base, 10): s := sum(b[j], j=1..nops(b)):a[s] := a[s]+1:od:seq(a[j], j=1..3*9);

CROSSREFS

Cf. A071816.

Sequence in context: A037123 A062918 A113168 this_sequence A033442 A105335 A130489

Adjacent sequences: A071814 A071815 A071816 this_sequence A071818 A071819 A071820

KEYWORD

fini,full,nonn

AUTHOR

Graeme McRae (graeme(AT)mcraeclan.com), Jun 07 2002

EXTENSIONS

Corrected and extended by Sascha Kurz (sascha.kurz(AT)uni-bayreuth.de), Feb 07 2003

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 September 6 16:04 EDT 2008. Contains 143483 sequences.


AT&T Labs Research