Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A123911
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A123911 Numbers n such that if you multiply the primes that are indexed by the digits of n and add the sum of digits of n you get n. +0
1
2295, 29625, 869227, 24612989369, 989252839643 (list; graph; listen)
OFFSET

1,1

COMMENT

As prime(0) is not defined, n may not contain any zero digits.

EXAMPLE

2295 is in the sequence because prime(2)*prime(2)*prime(9)*prime(5) + sum of digits of 2295 = 3*3*23*11 + (2+2+9+5) = 2277 + 18 = 2295.

MATHEMATICA

fQ[n_] := ! MemberQ[IntegerDigits@n, 0] && Times @@ Prime@ IntegerDigits@n + Plus @@ IntegerDigits@n == n; Do[ If[fQ@n, Print@n], {n, 2*10^9}]

CROSSREFS

Sequence in context: A059466 A020404 A023323 this_sequence A126173 A083572 A031774

Adjacent sequences: A123908 A123909 A123910 this_sequence A123912 A123913 A123914

KEYWORD

base,more,nonn

AUTHOR

Tanya Khovanova (tanyakh(AT)yahoo.com), Oct 28 2006

EXTENSIONS

a(4) and a(5) from Donovan Johnson (donovan.johnson(AT)yahoo.com), Apr 22 2008

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified July 23 17:35 EDT 2008. Contains 142285 sequences.


AT&T Labs Research