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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A075019 a(1) = 1; for n>1, a(n) = the smallest prime divisor of the number C(n) formed from the concatenation of 1,2,3,... up to n. 9
1, 2, 3, 2, 3, 2, 127, 2, 3, 2, 3, 2, 113, 2, 3, 2, 3, 2, 13, 2, 3, 2, 3, 2, 5, 2, 3, 2, 3, 2, 29, 2, 3, 2, 3, 2, 71, 2, 3, 2, 3, 2, 7, 2, 3, 2, 3, 2, 23, 2, 3, 2, 3, 2, 5, 2, 3, 2, 3, 2, 10386763, 2, 3, 2, 3, 2, 397, 2, 3, 2, 3, 2, 37907, 2, 3, 2, 3, 2, 73, 2, 3, 2, 3, 2, 5, 2, 3, 2, 3, 2, 37, 2, 3, 2 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

EXAMPLE

a(5)= 5, 5 is the smallest prime divisor of 12345.

MATHEMATICA

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

CROSSREFS

Cf. A075020.

Cf. A104759, A000422, A116504, A007908, A116505, A104759, A138789, A138790, A138958, A138959, A138960, A138961, A138962.

Sequence in context: A108656 A164962 A119880 * A138960 A115397 A200323

Adjacent sequences:  A075016 A075017 A075018 * A075020 A075021 A075022

KEYWORD

base,nonn

AUTHOR

Amarnath Murthy (amarnath_murthy(AT)yahoo.com), Sep 01 2002

EXTENSIONS

More terms from Sascha Kurz (sascha.kurz(AT)uni-bayreuth.de), Jan 03 2003

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 14 05:41 EST 2012. Contains 205570 sequences.