Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A162422
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A162422 Numbers with at least 2 different numbers of digits among their prime factors. +0
2
22, 26, 33, 34, 38, 39, 44, 46, 51, 52, 55, 57, 58, 62, 65, 66, 68, 69, 74, 76, 77, 78, 82, 85, 86, 87, 88, 91, 92, 93, 94, 95, 99, 102, 104, 106, 110, 111, 114, 115, 116, 117, 118, 119, 122, 123, 124, 129, 130, 132, 133, 134, 136, 138, 141, 142, 145, 146, 148, 152 (list; graph; listen)
OFFSET

1,1

COMMENT

Complement of A162421. There are no prime numbers in this sequence.

These numbers can also be called factor rough numbers.

Basically, the number of digits of A020639(k) and of A006530(k) must differ

to admit k into the sequence.

FORMULA

{k >1: A055642(A020639(k)) <> A055642(A006530(k)) }. - R. J. Mathar, Sep 16 2009

EXAMPLE

1111 = 11*101 has factors with different digital lengths. Also it is the first

occurrence that differs from A084891.

PROGRAM

(PARI) factorrough(m, n) =

{

local(x, a, j, f, ln);

for(x=m, n, f=0; a = ifactor(x); for(j=2, length(a), ln=length(Str(a[j-1])); if(length(Str(a[j]))!=ln, f=1; break); ); if(f, print1(x", ")); );

}

CROSSREFS

Cf. A084891, A162457

Sequence in context: A160078 A066059 A084891 this_sequence A063940 A046442 A101549

Adjacent sequences: A162419 A162420 A162421 this_sequence A162423 A162424 A162425

KEYWORD

base,nonn

AUTHOR

Cino Hilliard (hillcino368(AT)hotmail.com), Jul 03 2009

EXTENSIONS

Offset set to 1, definition shortened - R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Sep 16 2009

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 23 17:09 EST 2009. Contains 167438 sequences.


AT&T Labs Research