Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A116505
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A116505 Number of distinct prime divisors of the concatenation of 1,...,n. +0
18
0, 2, 2, 2, 3, 3, 2, 4, 3, 3, 6, 4, 3, 3, 3, 3, 4, 5, 6, 6, 8, 6, 4, 5, 4, 6, 5, 5, 4, 7, 3, 5, 6, 2, 7, 5, 4, 4, 6, 8, 5, 7, 4, 4, 9, 7, 5, 7, 6, 9, 3, 3, 4, 9, 5, 4, 6, 4 (list; graph; listen)
OFFSET

1,2

COMMENT

Dario Alpern's factorization program was used for n > 43.

LINKS

D. Alpern, Factorization using the Elliptic Curve Method

EXAMPLE

123456 = 2*2*2*2*2*2*3*643, distinct prime divisors are 2, 3 and 643, hence a(6) = 3.

MATHEMATICA

b = {}; a = {}; Do[w = RealDigits[n]; w = First[w]; Do[AppendTo[a, w[[k]]], {k, 1, Length[w]}]; p = FromDigits[a]; m = FactorInteger[p]; AppendTo[b, Length[m]], {n, 1, 20}]; b (*Artur Jasinski*) - Artur Jasinski (grafix(AT)csl.pl), Mar 30 2008

PROGRAM

(PARI) {a=""; for(n=1, 43, a=concat(a, n); print1(omega(eval(a)), ", "))}

CROSSREFS

Cf. A000422, A116504, A007908, A116505, A104759, A138789, A138790, A138793.

Sequence in context: A094528 A077774 A128219 this_sequence A110534 A071451 A117501

Adjacent sequences: A116502 A116503 A116504 this_sequence A116506 A116507 A116508

KEYWORD

nonn,base,more

AUTHOR

Parthasarathy Nambi (PachaNambi(AT)yahoo.com), Mar 20 2006

EXTENSIONS

Edited and extended by Klaus Brockhaus (klaus-brockhaus(AT)t-online.de), Mar 29 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 August 19 23:53 EDT 2008. Contains 142930 sequences.


AT&T Labs Research