Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A062094
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A062094 a(1) = 2, 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
10
2, 12, 34, 217, 731, 1743, 2183, 3759, 21179, 121179, 931303, 1931303, 11175573, 11379829, 17896361, 18419721, 96919009, 889910891, 1889910891, 2742368917, 25741106537, 110203233579, 679231622473, 1679231622473, 7921256096487 (list; graph; listen)
OFFSET

1,1

EXAMPLE

a(1) = 2 is a prime hence a(2) = 12; a(3) = 34, 3*4 = 12 and 3<4.

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, 2, 25]

CROSSREFS

Cf. A003681, A062095.

Sequence in context: A098203 A055707 A055699 this_sequence A011379 A073404 A035597

Adjacent sequences: A062091 A062092 A062093 this_sequence A062095 A062096 A062097

KEYWORD

nonn,easy,base

AUTHOR

Amarnath Murthy (amarnath_murthy(AT)yahoo.com), Jun 16 2001

EXTENSIONS

More terms from Robert G. Wilson v (rgwv(AT)rgwv.com), Aug 08 2001

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 September 5 01:39 EDT 2008. Contains 143414 sequences.


AT&T Labs Research