login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A104377 Number of distinct prime divisors of numbers derived from three consecutive concatenated odd numbers. 1
2, 3, 2, 2, 3, 4, 2, 3, 3, 2, 4, 2, 2, 2, 2, 4, 3, 3, 2, 2, 4, 3, 3, 3, 2, 5, 3, 2, 3, 3, 3, 3, 2, 2, 2, 3, 2, 3, 3, 3, 3 (list; graph; refs; listen; history; internal format)
OFFSET

0,1

EXAMPLE

The number of distinct prime divisors of 135 is 2 - the first term in the sequence.

The number of distinct prime divisors of 357 is 3 - the second term in the sequence.

The number of distinct prime divisors of 579 is 2 - the third term in the sequence.

MAPLE

read("transforms") :

A104377 := proc(n) digcat2(digcat2(2*n+1, 2*n+3), 2*n+5) ; nops(numtheory[factorset](%)) ; end proc: # R. J. Mathar, Feb 03 2011

CROSSREFS

Sequence in context: A076733 A079643 A118480 * A109337 A137266 A062948

Adjacent sequences:  A104374 A104375 A104376 * A104378 A104379 A104380

KEYWORD

nonn,base

AUTHOR

Parthasarathy Nambi (PachaNambi(AT)yahoo.com), Apr 16 2005

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 15 15:20 EST 2012. Contains 205823 sequences.