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!)
A097640 Numbers n such that n=(d_1+d_2+...+d_k)*prime(d_1+d_2+...+d_k) where d_1 d_2 ... d_k is the decimal expansion of n. 2
152, 207, 444, 1098 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
444 is in the sequence because 444=(4+4+4)*prime(4+4+4).
MATHEMATICA
denQ[n_]:=Module[{tidn=Total[IntegerDigits[n]]}, n==tidn Prime[tidn]]; Select[Range[1100], denQ] (* Harvey P. Dale, May 08 2012 *)
CROSSREFS
Cf. A097641.
Sequence in context: A289821 A234348 A185394 * A253367 A253360 A252363
KEYWORD
base,fini,full,nonn
AUTHOR
Farideh Firoozbakht, Aug 21 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 August 14 21:44 EDT 2024. Contains 375167 sequences. (Running on oeis4.)