login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A245044 Semiprimes with digits in descending order that differ exactly by 2. 0
4, 6, 9, 86, 753, 7531, 9753, 97531 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
7531 is in the sequence because it is semiprime 7531 = 17*443 and 7-5 = 5-3 = 3-1 = 2.
97531 is in the sequence because it is semiprime 97531 = 7*13933 and 9-7 = 7-5 = 5-3 = 3-1 = 2.
MATHEMATICA
Sort[Flatten[Table[Select[FromDigits/@Partition[Range[9, 0, -2], n, 1], PrimeOmega[#]==2 &], {n, 1000}]]]
PROG
(PARI) for(d=1, 5, for(s=1, 11-2*d, t=sum(i=1, d, (s-2+2*i)*10^i)/10; if(bigomega(t)==2, print1(t", ")))) \\ Charles R Greathouse IV, Jul 16 2014
CROSSREFS
Sequence in context: A086698 A317248 A115666 * A104389 A115655 A363248
KEYWORD
nonn,base,easy,fini,full
AUTHOR
Vincenzo Librandi, Jul 10 2014
EXTENSIONS
a(1), a(2), a(4) from Charles R Greathouse IV, Jul 16 2014
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified July 19 22:26 EDT 2024. Contains 374440 sequences. (Running on oeis4.)