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!)
A036310 Composite numbers whose prime factors contain no digits other than 2 and 3. 2
4, 6, 8, 9, 12, 16, 18, 24, 27, 32, 36, 46, 48, 54, 64, 69, 72, 81, 92, 96, 108, 128, 138, 144, 162, 184, 192, 207, 216, 243, 256, 276, 288, 324, 368, 384, 414, 432, 446, 466, 486, 512, 529, 552, 576, 621, 648, 669, 699, 729, 736, 768, 828, 864, 892, 932, 972 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
All terms are a product of at least two terms of A020458. - David A. Corneth, Oct 09 2020
LINKS
David A. Corneth, Table of n, a(n) for n = 1..10000 (first 1000 terms from Vincenzo Librandi)
FORMULA
Sum_{n>=1} 1/a(n) = Product_{p in A020458} (p/(p - 1)) - Sum_{p in A020458} 1/p - 1 = 1.2804224166... . - Amiram Eldar, May 18 2022
MATHEMATICA
dpfQ[n_]:=Module[{d=Union[Flatten[IntegerDigits/@Transpose[ FactorInteger[ n]][[1]]]]}, !PrimeQ[n] && (d=={2}||d=={3}||d=={2, 3})]; Select[Range[ 1000], dpfQ] (* Harvey P. Dale, Aug 24 2013 *)
CROSSREFS
Sequence in context: A200878 A344030 A350706 * A046760 A115684 A020201
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 April 24 06:34 EDT 2024. Contains 371920 sequences. (Running on oeis4.)