|
Search: id:A063424
|
|
|
| A063424 |
|
a(1) = 10, a(n) = concatenation of two closest factors of a(n-1) whose product equals a(n-1) or if a(n-1) is a prime then the concatenation of 1 and a(n-1). |
|
+0 1
|
|
| 10, 25, 55, 511, 773, 1773, 9197, 17541, 91949, 143643, 347881, 3311051, 13311051, 35433757, 71499067, 72619847, 74179791, 82678973, 613313481, 1551395431, 1679289793, 4339053251, 6529966449, 9370214693, 71338602099, 222407320757
(list; graph; listen)
|
|
|
OFFSET
|
1,1
|
|
|
MATHEMATICA
|
f[ n_Integer ] := (d = Divisors[ n ]; l = Length[ d ]; If[ EvenQ[ l ], ToExpression[ ToString[ d[ [ l/2 ] ] ] <> ToString[ d[ [ l/2 + 1 ] ] ] ], ToExpression[ ToString[ d[ [ l/2 + .5 ] ] ] <> ToString[ d[ [ l/2 + .5 ] ] ] ] ] ); NestList[ f, 10, 25 ]
|
|
CROSSREFS
|
Cf. A003681, A062094 and A062095.
Sequence in context: A020179 A022670 A072277 this_sequence A137930 A071289 A156183
Adjacent sequences: A063421 A063422 A063423 this_sequence A063425 A063426 A063427
|
|
KEYWORD
|
base,nonn
|
|
AUTHOR
|
Robert G. Wilson v (rgwv(AT)rgwv.com), Aug 09 2001
|
|
|
Search completed in 0.002 seconds
|