|
Search: id:A113892
|
|
|
| A113892 |
|
a(1) = 3; thereafter, a(n+1) is the largest prime divisor of the concatenation of all previous terms. |
|
+0 1
|
|
| 3, 3, 11, 43, 151, 2837, 55582381, 55582381, 604182026353013, 7260821549599941816463, 10950115817553553947281369915579, 10950115817553553947281369915579
(list; graph; listen)
|
|
|
OFFSET
|
1,1
|
|
|
EXAMPLE
|
The largest prime divisor of 3311 is 43. 3311 = 7*11*43. Hence a(4) = 43.
|
|
MATHEMATICA
|
a[1] = 3; a[n_] := a[n] = FactorInteger[ FromDigits@ Flatten[ IntegerDigits /@ Array[a, n - 1]]][[ -1, 1]]; Array[a, 12] - Robert G. Wilson v (rgwv(AT)rgwv.com), Aug 31 2008
|
|
CROSSREFS
|
Cf. A095215.
Adjacent sequences: A113889 A113890 A113891 this_sequence A113893 A113894 A113895
Sequence in context: A124265 A109937 A054101 this_sequence A078225 A066437 A065957
|
|
KEYWORD
|
base,nonn
|
|
AUTHOR
|
Amarnath Murthy (amarnath_murthy(AT)yahoo.com), Nov 18 2005
|
|
EXTENSIONS
|
More terms from Stefan Steinerberger (hansibal(AT)hotmail.com), Nov 19 2005
2 more terms from Robert G. Wilson v (rgwv(AT)rgwv.com), Aug 31 2008
|
|
|
Search completed in 0.004 seconds
|