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!)
A118695 Semiprimes which are divisible by their digital root. 1
4, 6, 9, 10, 21, 38, 39, 46, 55, 57, 74, 82, 91, 93, 95, 111, 118, 129, 133, 145, 146, 183, 185, 201, 217, 218, 219, 226, 235, 237, 253, 254, 259, 262, 289, 291, 298, 309, 326, 327, 334, 361, 362, 365, 381, 398, 415, 417, 451, 453, 469, 471, 478, 489, 505, 511, 514, 542, 543 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
95 is a semiprime and it is divisible by its digital root 5.
MATHEMATICA
Select[Range[550], PrimeOmega[#] == 2 && Divisible[#, Mod[# - 1, 9] + 1] &] (* Amiram Eldar, Feb 06 2021 *)
CROSSREFS
Intersection of A001358 and A064807.
Cf. A010888.
Sequence in context: A071964 A135257 A118697 * A235108 A215478 A118693
KEYWORD
base,nonn
AUTHOR
Luc Stevens (lms022(AT)yahoo.com), May 20 2006
EXTENSIONS
Data corrected by Amiram Eldar, Feb 06 2021
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 19:38 EDT 2024. Contains 375339 sequences. (Running on oeis4.)