Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A003145
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A003145 A self-generating sequence.
(Formerly M1571)
+0
4
2, 6, 9, 13, 15, 19, 22, 26, 30, 33, 37, 39, 43, 46, 50, 53, 57, 59, 63, 66, 70, 74, 77, 81, 83, 87, 90, 94, 96, 100, 103, 107, 111, 114, 118, 120, 124, 127, 131, 134, 138, 140, 144, 147, 151, 155, 158, 162, 164, 168, 171, 175, 179, 182, 186, 188, 192, 195, 199, 202, 206, 208 (list; graph; listen)
OFFSET

1,1

COMMENT

Comment from Philippe DELEHAM: A003144, A003145, A003146 may be defined as follows. Consider the maps a -> ab, b ->ac, c ->a, starting from S(1) = a; then A003144 gives the indices of a, A003145 gives the indices of b, and A003146 gives the indices of c. The sequence of letters in the infinite word begins a, b, a, c, a, b, a, a, b, a, c, a, b, a, b, a, c, ... Setting a = 1, b = 2, c = 3 gives A092782. Setting a = 0, b = 1, c = 2 gives A080843.

Also indices of b in the sequence closed under a -> abac, b -> aba, c -> ab; starting with a(1) = a. - DELEHAM Philippe (kolotoko(AT)wanadoo.fr), Apr 16 2004

REFERENCES

L. Belanger and S. Brlek, On tribonacci sequences, preprint, 1998.

L. Carlitz, R. Scoville and V. E. Hoggatt, Jr., Fibonacci representations of higher order, Fib. Quart., 10 (1972), 43-69.

LINKS

N. J. A. Sloane, Table of n, a(n) for n = 1..5768

MAPLE

M:=17; S[1]:=`a`; S[2]:=`ab`; S[3]:=`abac`;

for n from 4 to M do S[n]:=cat(S[n-1], S[n-2], S[n-3]); od:

t0:=S[M]: l:=length(t0); t1:=[];

for i from 1 to l do if substring(t0, i..i) = `b` then t1:=[op(t1), i]; fi; od: (njas)

CROSSREFS

Cf. A003144, A003146, A080843, A092782.

Sequence in context: A112870 A083789 A086562 this_sequence A047276 A054770 A113689

Adjacent sequences: A003142 A003143 A003144 this_sequence A003146 A003147 A003148

KEYWORD

nonn

AUTHOR

njas

EXTENSIONS

More terms from DELEHAM Philippe (kolotoko(AT)wanadoo.fr), Apr 16 2004

Corrected by T. D. Noe and njas, Nov 01 2006

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 7 23:08 EDT 2008. Contains 143486 sequences.


AT&T Labs Research