login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A063156 Composite numbers which in base 6 contain their largest proper factor as a substring. 1
9, 403, 8383, 9287, 14299, 15403, 16459, 17543, 19291, 20989, 25807, 26743, 30301, 68191, 96307, 111277, 120059, 121903, 158299, 166391, 195583, 221443, 238603, 248551, 292499, 317131, 356879, 403927, 421901, 422419, 440599, 443119, 457297 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

MATHEMATICA

Do[ If[ !PrimeQ[ n ] && StringPosition[ ToString[ FromDigits[ IntegerDigits[ n, 6 ] ] ], ToString[ FromDigits[ IntegerDigits[ Divisors[ n ] [ [ -2 ] ], 6 ] ] ] ] != {}, Print[ n ] ], {n, 2, 10^6} ]

CROSSREFS

Cf. A062238.

Sequence in context: A012078 A157599 A063876 * A058850 A151632 A035024

Adjacent sequences:  A063153 A063154 A063155 * A063157 A063158 A063159

KEYWORD

base,nonn

AUTHOR

Robert G. Wilson v (rgwv(AT)rgwv.com), Aug 08 2001

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 14 20:38 EST 2012. Contains 205663 sequences.