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!)
A036316 Composite numbers whose prime factors contain no digits other than 3 and 7. 2
9, 21, 27, 49, 63, 81, 111, 147, 189, 219, 243, 259, 333, 343, 441, 511, 567, 657, 729, 777, 999, 1011, 1029, 1119, 1323, 1369, 1533, 1701, 1813, 1971, 2187, 2199, 2319, 2331, 2359, 2401, 2611, 2701, 2997, 3033, 3087, 3357, 3577, 3969, 4107, 4599, 5103 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
All terms are a product of at least two terms of A020463. - David A. Corneth, Oct 09 2020
LINKS
David A. Corneth, Table of n, a(n) for n = 1..10000 (first 800 terms from Vincenzo Librandi)
FORMULA
Sum_{n>=1} 1/a(n) = Product_{p in A020463} (p/(p - 1)) - Sum_{p in A020463} 1/p - 1 = 0.3143000293... . - Amiram Eldar, May 22 2022
MATHEMATICA
dpfQ[n_]:=Module[{d=Union[Flatten[IntegerDigits/@Transpose[FactorInteger[n]][[1]]]]}, !PrimeQ[n]&&(d == {3}||d == {7}||d == {3, 7})]; Select[Range[6000], dpfQ] (* Vincenzo Librandi, Aug 25 2013 *)
PROG
(Magma) [n: n in [9..6000] | not IsPrime(n) and forall{f: f in PrimeDivisors(n) | Intseq(f) subset [3, 7]}]; // Bruno Berselli, Aug 26 2013
CROSSREFS
Sequence in context: A186815 A106214 A348839 * A340122 A339728 A267216
KEYWORD
nonn,easy,base
AUTHOR
Patrick De Geest, Dec 15 1998
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 June 28 23:13 EDT 2024. Contains 373823 sequences. (Running on oeis4.)