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!)
A278931 Semiprimes whose ternary representations are also semiprime when read as a decimal number. 1
25, 49, 65, 82, 106, 115, 118, 121, 142, 143, 155, 187, 209, 235, 254, 259, 262, 265, 274, 289, 299, 314, 319, 326, 334, 335, 341, 355, 361, 382, 398, 415, 445, 451, 454, 458, 469, 493, 511, 515, 538, 551, 562, 566, 583, 586, 589, 614, 622, 634, 649, 667, 679 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
65 is in the sequence because 5*13 = 65 (semiprime) and its ternary representation, 2102 = 2*1051, when read as a decimal number, is also semiprime.
115 is in the sequence because 5*23 = 115 (semiprime) and its ternary representation, 11021 = 103*107, when read as a decimal number, is also semiprime.
MATHEMATICA
Select[Range[5000], PrimeOmega[#] == 2 && PrimeOmega[FromDigits[ IntegerDigits[ #, 3]]] == 2 &]
CROSSREFS
Subsequence of A001358.
Sequence in context: A245272 A091300 A112771 * A181782 A322121 A020146
KEYWORD
nonn,base
AUTHOR
K. D. Bajpai, Dec 04 2016
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 April 19 08:28 EDT 2024. Contains 371782 sequences. (Running on oeis4.)