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!)
A215478 Semiprimes with digits in descending order that differ exactly by 1. 1
4, 6, 9, 10, 21, 65, 87, 321, 543, 4321, 8765, 98765, 654321, 876543, 7654321 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
This is to semiprimes A001358 as A052016 is to primes A000040.
LINKS
EXAMPLE
4321 is in the sequence because it is semiprime 4321 = 29 * 149, and (4,3,2,1) are descending consecutive digits.
MATHEMATICA
Sort[Flatten[Table[Select[FromDigits/@Partition[Range[9, 0, -1], n, 1], PrimeOmega[#] == 2&], {n, 10}]]] (* Harvey P. Dale, Jul 10 2014 *)
CROSSREFS
Sequence in context: A118697 A118695 A235108 * A118693 A084668 A085842
KEYWORD
nonn,base,easy,full,fini
AUTHOR
Jonathan Vos Post, Aug 12 2012
EXTENSIONS
Corrected and extended by R. J. Mathar, Aug 13 2012
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 August 20 15:49 EDT 2024. Contains 375336 sequences. (Running on oeis4.)