Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A091789
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A091789 a(1) = 1, a(2) = 2, a(n) = reverse concatenation of two previous terms. +0
2
1, 2, 21, 122, 22112, 21122221, 1222211221122, 221122112222112222112, 2112222112222112211222211221122221, 1222211221122221122112222112222112211222211222211221122 (list; graph; listen)
OFFSET

1,2

COMMENT

Concatenation of any three successive terms is a palindrome.

MAPLE

Rcat := proc(a, b) local resul, digs ; digs := convert(b, base, 10) ; resul := 0 ; for k in digs do resul := resul*10+k ; od ; digs := convert(a, base, 10) ; for k in digs do resul := resul*10+k ; od ; RETURN(resul) ; end: A091789 := proc(nmax) local a, anxt, n, i, j; a := [1, 2] ; for n from 3 to nmax do a := [op(a), Rcat(op(-2, a), op(-1, a))] ; od; RETURN(a) ; end: op(A091789(13)) ; - R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Jul 26 2007

CROSSREFS

Cf. A091790.

Adjacent sequences: A091786 A091787 A091788 this_sequence A091790 A091791 A091792

Sequence in context: A077209 A068045 A079840 this_sequence A109789 A136588 A098661

KEYWORD

base,nonn

AUTHOR

Amarnath Murthy (amarnath_murthy(AT)yahoo.com), Feb 18 2004

EXTENSIONS

More terms from R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Jul 26 2007

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 October 10 20:39 EDT 2008. Contains 144831 sequences.


AT&T Labs Research