login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A063384 a(1) = 7, 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
7, 17, 117, 913, 1183, 1391, 13107, 51257, 151257, 381397, 577661, 4911789, 29116879, 112646989, 536920981, 1928258999, 11928258999, 25227472837, 46275452231, 212892173679, 370964057893, 1859199550327, 5593332415439 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
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, 7, 25 ]
CROSSREFS
Sequence in context: A205989 A262474 A284416 * A165246 A266382 A118108
KEYWORD
base,nonn
AUTHOR
Robert G. Wilson v, Aug 09 2001
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified July 3 11:36 EDT 2024. Contains 373974 sequences. (Running on oeis4.)