OFFSET
1,1
COMMENTS
Brilliant numbers, as defined by Peter Wallrodt, are numbers with two prime factors of the same length (in decimal notation). These numbers are generally used for cryptographic purposes and for testing the performance of prime factoring programs.
a(3n) will always be the cube of the greatest prime less than 10^n.
LINKS
Dario Alpern, Brilliant numbers
EXAMPLE
a(5) = 99937 = 37 * 37 * 73 and there is no greater number of five digits which has three prime factors, not necessarily different, of the same size in decimal notation.
CROSSREFS
KEYWORD
nonn,base
AUTHOR
Robert G. Wilson v, May 11 2003
STATUS
approved