The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A179940 Number of times n appears in a 10 X 10 multiplication table. 1
1, 2, 2, 3, 2, 4, 2, 4, 3, 4, 0, 4, 0, 2, 2, 3, 0, 4, 0, 4, 2, 0, 0, 4, 1, 0, 2, 2, 0, 4, 0, 2, 0, 0, 2, 3, 0, 0, 0, 4, 0, 2, 0, 0, 2, 0, 0, 2, 1, 2, 0, 0, 0, 2, 0, 2, 0, 0, 0, 2, 0, 0, 2, 1, 0, 0, 0, 0, 0, 2, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 1, 0, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Identical to A000005(n) for n <= 10.
LINKS
FORMULA
a(n) = 0 for n > 100.
EXAMPLE
a(2)=2 because the number 2 appears in 2 cells in a 10 X 10 multiplication table.
MATHEMATICA
nn = 10; mtab = Flatten[Table[i*j, {i, nn}, {j, nn}]]; Table[Count[mtab, n], {n, 100}]
CROSSREFS
First few terms are identical to A000005, A179941, A179942.
Sequence in context: A087990 A335037 A356069 * A138707 A358099 A095048
KEYWORD
nonn
AUTHOR
Dominick Cancilla, Aug 02 2010
EXTENSIONS
Extended by T. D. Noe, Mar 24 2011
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 May 13 19:11 EDT 2024. Contains 372522 sequences. (Running on oeis4.)