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!)
A109959 Numbers n such that concatenating n and the sum of primes dividing n (counting multiplicity) produces a prime. 2
10, 12, 14, 22, 38, 82, 90, 92, 96, 116, 117, 122, 134, 147, 158, 165, 178, 198, 210, 218, 236, 262, 274, 304, 314, 332, 333, 352, 358, 360, 369, 387, 390, 399, 420, 448, 454, 478, 482, 496, 522, 561, 562, 603, 605, 622, 637, 639, 640, 651, 694, 704, 714, 720 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
7^50+144 generates a 62 digit prime.
LINKS
EXAMPLE
a(5)=38 because 38=2*19 and 19+2=21 and 3821 is prime.
MATHEMATICA
Select[Range[2, 1000], PrimeQ[FromDigits[Join[IntegerDigits[#], IntegerDigits[ Total[Times@@@FactorInteger[#]]]]]]&] (* Harvey P. Dale, Aug 10 2012 *)
CROSSREFS
Sequence in context: A189555 A116612 A068502 * A161990 A218335 A030591
KEYWORD
easy,nonn,base
AUTHOR
Jason Earls, Jul 06 2005
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 00:30 EDT 2024. Contains 371917 sequences. (Running on oeis4.)