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!)
A100409 Numbers n such that n is d_1*d_2*...*d_k-th composite number (n=A002808(d_1*d_2*...*d_k)) where d_1 d_2 ... d_k is the decimal expansion of n. 0
48, 68, 78, 88, 98 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
If n is a composite number then A002808(n - pi(n) - 1) = n.
LINKS
EXAMPLE
98 is in the sequence because 9*8=72 and 98 is 72nd composite number (98=A002808(9*8)).
MATHEMATICA
Do[h=IntegerDigits[n]; l=Length[h]; If[ !PrimeQ[n]&& n-PrimePi[n]-1==Product[h[[k]], {k, l}], v=Append[v, n]; Print[n]], {n, 100000}]
CROSSREFS
Cf. A002808.
Sequence in context: A045072 A217139 A241481 * A260921 A043157 A039334
KEYWORD
base,fini,full,nonn
AUTHOR
Farideh Firoozbakht, Dec 06 2004
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 23 16:40 EDT 2024. Contains 371916 sequences. (Running on oeis4.)