login
A123138
The n-th digit of a(n-1) gives the position of digit n in a(n), a(1)=263514.
0
263514, 513642, 263514, 513642, 263514, 513642, 263514, 513642, 263514, 513642, 263514, 513642, 263514, 513642, 263514, 513642, 263514, 513642, 263514, 513642, 263514, 513642, 263514, 513642, 263514, 513642, 263514, 513642, 263514, 513642
OFFSET
1,1
COMMENTS
Sequence is periodic with period 2. - Charles R Greathouse IV, Jul 27 2009
EXAMPLE
Since a(1)=263514, the '2'nd digit of a(2) is 1, the '6'th digit is 2, the '3'rd digit is 3, the '5'th digit 4, the '1'st digit is 5 and the '4'th digit is 6.
MATHEMATICA
LinearRecurrence[{0, 1}, {263514, 513642}, 30] (* Ray Chandler, Aug 25 2015 *)
CROSSREFS
Cf. A123155.
Sequence in context: A253839 A253933 A237778 * A319902 A098188 A095974
KEYWORD
nonn,base
AUTHOR
Herman Jamke (hermanjamke(AT)fastmail.fm), Sep 30 2006
STATUS
approved