Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A113773
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A113773 Number of distinct prime factors of A008352. +0
1
1, 2, 2, 3, 3, 5, 2, 5, 6 (list; graph; listen)
OFFSET

1,2

EXAMPLE

The number of distinct prime factors of 212 is 2 which is the third term in the sequence.

MAPLE

catL := proc(a, b) a*10^(max(1, ilog10(b)+1))+b ; end: A008352 := proc(n) option remember ; if n <= 1 then n+1 ; else catL( A008352(n-2), A008352(n-1)) ; fi ; end: A113773 := proc(n) nops( numtheory[factorset](A008352(n))) ; end: for n from 1 do print(A113773(n)) ; od: - R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Feb 06 2008

CROSSREFS

Cf. A008352.

Sequence in context: A035657 A018053 A067619 this_sequence A060749 A138305 A079375

Adjacent sequences: A113770 A113771 A113772 this_sequence A113774 A113775 A113776

KEYWORD

more,nonn

AUTHOR

Parthasarathy Nambi (PachaNambi(AT)yahoo.com), Jan 19 2006

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 November 18 20:14 EST 2008. Contains 147244 sequences.


AT&T Labs Research