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!)
A104186 Number of distinct prime divisors of numbers from four consecutive concatenated odd numbers. 2
2, 2, 2, 2, 3, 3, 3, 2, 2, 4, 2, 1, 3, 3, 2, 2, 3, 2, 2, 4, 3, 2, 4, 2, 2, 3, 3, 4, 4, 3, 2, 4, 3, 2, 5, 2, 2, 4, 1, 3, 3, 4, 2, 3, 3, 2, 3, 3, 3, 4, 3, 3, 2, 3, 5, 3, 3, 1, 4, 4, 2, 4, 2, 2, 5, 2, 4, 3, 3, 3, 3, 4, 2, 4, 3, 2, 3, 2, 2, 3, 4, 3, 3, 2, 3, 6, 4 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Interestingly, 23252729 is prime.
LINKS
EXAMPLE
The number of distinct prime factors of 1357 is 2 - the first term in the sequence.
The number of distinct prime factors of 3579 is 2 - the second term in the sequence.
The number of distinct prime factors of 57911 is 2 - the third term in the sequence.
MATHEMATICA
a[n_] := PrimeNu@ FromDigits @ (Join @@ IntegerDigits /@ (2*n + {-1, 1, 3, 5})); Array[a, 100] (* Amiram Eldar, Jan 27 2020 *)
CROSSREFS
Sequence in context: A194320 A231555 A120425 * A350399 A347648 A184320
KEYWORD
nonn,base
AUTHOR
Parthasarathy Nambi, Apr 16 2005
EXTENSIONS
Offset corrected and more terms added by Amiram Eldar, Jan 27 2020
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 20:26 EDT 2024. Contains 371781 sequences. (Running on oeis4.)