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!)
A204541 Semiprimes with semiprime "look and say" descriptions. 1
4, 14, 15, 21, 22, 35, 38, 55, 57, 74, 87, 95, 119, 143, 145, 166, 187, 205, 215, 217, 247, 253, 254, 259, 278, 287, 289, 291, 305, 314, 335, 339, 341, 394, 403, 407, 427, 471, 493, 505, 514, 515, 517, 538, 553, 559, 565, 589, 614, 622, 623, 629, 633, 634, 649 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Semiprime analogous to A056815.
LINKS
EXAMPLE
14 is in the sequence because 14 is a semiprime (2*7) and its "Look and Say", 1114 is also a semiprime (2*557).
MATHEMATICA
LookAndSayA[n_] := FromDigits@ Flatten@ IntegerDigits@ Flatten[ Through[ {Length, First}[#]] & /@ Split@ IntegerDigits@ n]; semiPrimeQ[n_] := Plus @@ Last /@ FactorInteger@ n == 2; Select[ Range@ 650, semiPrimeQ@# && semiPrimeQ@ LookAndSayA@# &]
CROSSREFS
Sequence in context: A229392 A229320 A127302 * A020157 A101237 A180333
KEYWORD
easy,nonn
AUTHOR
Robert G. Wilson v, Jan 27 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 March 29 00:26 EDT 2024. Contains 371264 sequences. (Running on oeis4.)