Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A065448
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A065448 n is congruent to the product of its digits modulo the sum of its digits. +0
1
1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 14, 19, 20, 29, 30, 31, 33, 36, 39, 40, 49, 50, 52, 55, 59, 60, 63, 64, 69, 70, 71, 77, 79, 80, 89, 90, 99, 100, 102, 108, 110, 113, 118, 119, 120, 132, 140, 150, 166, 168, 180, 190, 195, 198, 200, 201, 204 (list; graph; listen)
OFFSET

1,2

LINKS

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

EXAMPLE

14 is in the sequence because 14=4 (mod 5)

MATHEMATICA

Select[Range[2000], Mod[ # - Apply[Times, IntegerDigits[[ # ]]], Apply[Plus, IntegerDigits[[ # ]]]] == 0 &]

PROGRAM

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

CROSSREFS

Sequence in context: A125668 A034894 A061430 this_sequence A069751 A115060 A004840

Adjacent sequences: A065445 A065446 A065447 this_sequence A065449 A065450 A065451

KEYWORD

base,nonn

AUTHOR

Santi Spadaro (spados(AT)katamail.com), Nov 18 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 25 20:09 EST 2009. Contains 167514 sequences.


AT&T Labs Research