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!)
A108128 Number of distinct prime factors of concatenated twin primes. 0
2, 2, 2, 2, 2, 2, 3, 2, 3, 2, 2, 2, 2, 2, 2, 3, 2, 3, 2, 3, 3, 3, 3, 3, 3, 2, 2, 3, 2, 2, 3, 2, 2, 3, 2, 3, 3, 2, 2, 2, 3, 2, 3, 3, 3, 3, 2, 3, 2, 4, 3, 2, 2, 3, 2, 2, 2, 2, 3, 3, 2, 2, 3, 2, 2, 3, 2, 3, 3, 2, 2, 2, 3, 2, 2, 3, 2, 2, 3, 2, 3, 3, 2, 3, 4, 2, 2, 3, 3, 3, 3, 3, 2, 2, 3, 2, 2, 3, 3, 2, 2, 3, 2, 3, 2 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
The number of distinct prime factors of 35 (which is obtained from concatenating the twin primes 3 and 5) is 2, which is the first term of the sequence.
MATHEMATICA
Length[ FactorInteger[ # ]] & /@ FromDigits /@ Transpose[{Select[ Prime[ Range[550]], PrimeQ[ # + 2] &], Select[ Prime[ Range[550]], PrimeQ[ # - 2] &]}] (* Robert G. Wilson v, Jun 09 2005 *)
CROSSREFS
Sequence in context: A141256 A122921 A174273 * A081326 A277879 A257071
KEYWORD
nonn,base
AUTHOR
Parthasarathy Nambi, Jun 04 2005
EXTENSIONS
Edited, corrected and extended by Robert G. Wilson v, Jun 09 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 18 10:40 EDT 2024. Contains 371779 sequences. (Running on oeis4.)