Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A061013
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A061013 Numbers n such that (product of digits of n) is divisible by (sum of digits of n), where 0's are not permitted. +0
4
1, 2, 3, 4, 5, 6, 7, 8, 9, 22, 36, 44, 63, 66, 88, 123, 132, 138, 145, 154, 159, 167, 176, 183, 189, 195, 198, 213, 224, 231, 235, 242, 246, 253, 257, 264, 268, 275, 279, 286, 297, 312, 318, 321, 325, 333, 345, 347, 352, 354, 357, 369, 374, 375, 381, 396, 415 (list; graph; listen)
OFFSET

1,2

COMMENT

Called "perfect years". 1998 and 2114 are recent examples.

REFERENCES

H. Herles, Reformstau, Gefuehlsstau, Verkehrsstau. Generalanzeiger, 12/31/1997, p. V.

H. Muller-Merbach and L. Logelix, Perfekte Jahre, Technologie und Management, Vol. 42, 1993, No. 1, p. 47 and No. 2, p. 95.

LINKS

H. Muller-Merbach, Wunsche fuer das "perfekte Jahr" 1998

EXAMPLE

1998 is perfect since 1*9*9*8/(1+9+9+8)=24

MAPLE

for n from 1 to 3000 do a := convert(n, base, 10):s := add(a[i], i=1..nops(a)):p := mul(a[i], i=1..nops(a)): if p<>0 and p mod s=0 then printf(`%d, `, n):fi:od:

CROSSREFS

See A038367 for case where 0 digits are allowed. Cf. A055931.

Sequence in context: A062998 A108194 A083158 this_sequence A037264 A045910 A128290

Adjacent sequences: A061010 A061011 A061012 this_sequence A061014 A061015 A061016

KEYWORD

easy,nonn,base

AUTHOR

Heiner Muller-Merbach (hmm(AT)sozwi.uni-kl.de), Jun 06 2001

EXTENSIONS

More terms from Larry Reeves (larryr(AT)acm.org) and Vladeta Jovovic (vladeta(AT)eunet.rs), Jun 07 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 21 10:15 EST 2009. Contains 171081 sequences.


AT&T Labs Research