Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A100657
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A100657 Composite numbers whose prime factors all have the same digital root. +0
1
4, 8, 9, 16, 22, 25, 27, 32, 44, 49, 58, 64, 81, 88, 94, 115, 116, 121, 125, 128, 166, 169, 176, 188, 202, 205, 232, 242, 243, 256, 274, 289, 295, 301, 319, 332, 343, 346, 352, 361, 376, 382, 403, 404, 427, 454, 464, 484, 512, 517, 526, 529, 548, 553, 562, 565 (list; graph; listen)
OFFSET

1,1

EXAMPLE

2005 = 5*401. 5 and 401 have the same digital root 5.

2038 = 2*1019. 2 and 1019 have the same digital root 2.

PROGRAM

(PARI) samedr(n) = { local(j); for(j=1, n, if(issamedr(j), print1(j", ")) ) } issamedr(n) = \Test if all factors of n have the same digital root. { local(f, a, ln, x); f=0; a=ifactor(n); ln=length(a); for(x=1, ln-1, if(droot(a[x])<>droot(a[x+1]), f=1; break)); if(f==0&ln>1, return(1), return(0)) } droot(n) = \The digital root of a number. { local(x); x= n%9; if(x>0, return(x), return(9)) }

CROSSREFS

Sequence in context: A119315 A010390 A003624 this_sequence A140104 A127398 A109422

Adjacent sequences: A100654 A100655 A100656 this_sequence A100658 A100659 A100660

KEYWORD

base,easy,nonn

AUTHOR

Cino Hilliard (hillcino368(AT)gmail.com), Jan 02 2005

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