Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A061763
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A061763 n is divisible by A061762(n) and the product of digits of n (A007954(n)) is not zero. +0
3
19, 29, 39, 42, 49, 59, 69, 79, 89, 99, 126, 132, 285, 312, 522, 594, 1134, 1144, 1159, 1211, 1275, 1323, 1365, 1573, 1632, 1634, 1674, 1715, 1813, 1815, 1911, 1919, 1932, 1944, 2133, 2139, 2516, 2793, 3132, 3135, 3161, 3211, 3213, 3216, 3321, 3363, 3393 (list; graph; listen)
OFFSET

0,1

REFERENCES

S. Parmeswaran, S+P numbers, Mathematics Informatics Quarterly, Vol. 9, No. 3 Sept. 1999, Bulgaria.

LINKS

Harry J. Smith, Table of n, a(n) for n=0,...,1000

EXAMPLE

42 is a term as 4+2 + 2*4 = 14 and 42 = 14*3.

PROGRAM

(PARI) SumD(x)= { s=0; while (x>9, s=s+x-10*(x\10); x=x\10); return(s + x) } ProdD(x)= { p=1; while (x>9, p=p*(x-10*(x\10)); x=x\10); return(p*x) } { n=-1; for (m=0, 1249222, p=ProdD(m); if (p && m%(SumD(m) + p) == 0, write("b061763.txt", n++, " ", m)) ) } [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), Jul 27 2009]

CROSSREFS

Cf. A061762, A038366.

Sequence in context: A135170 A139539 A047985 this_sequence A088474 A087097 A038364

Adjacent sequences: A061760 A061761 A061762 this_sequence A061764 A061765 A061766

KEYWORD

nonn,base,easy

AUTHOR

Amarnath Murthy (amarnath_murthy(AT)yahoo.com), May 20 2001

EXTENSIONS

Corrected and extended by Larry Reeves (larryr(AT)acm.org), May 23 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 November 24 23:16 EST 2009. Contains 167481 sequences.


AT&T Labs Research