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!)
A273402 Squarefree numbers n such that n is divisible by the product of digits of prime(n). 1
5, 6, 7, 21, 30, 105, 190, 318, 462, 1974, 1995, 3390, 10546, 26886, 86618, 733533, 3624222, 6363183, 13767810, 17334030, 37290610, 56196114, 56196174, 56198055, 56225085, 56388130, 56676030, 60985974, 84686126 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
30 is in the sequence because 30 = 2*3*5 that is squarefree; prime(30) = 113; 1*1*3 = 3 that divides 30.
105 is in the sequence because 105 = 3*5*7 that is squarefree; prime(105) = 571; 5*7*1 = 35 that divides 105.
MATHEMATICA
A273402 = {}; Do[p = Prime[n]; k = Times @@ IntegerDigits[p]; If[k > 0 && Divisible[n, k] && SquareFreeQ[n], AppendTo[A273402, n]], {n, 1, 10^8}]; A273402
CROSSREFS
Sequence in context: A078694 A221175 A048007 * A217295 A272676 A066876
KEYWORD
nonn,base
AUTHOR
K. D. Bajpai, May 21 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 18 22:18 EDT 2024. Contains 371782 sequences. (Running on oeis4.)