login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A108104 Sequence A000930 with terms repeated. 1
1, 1, 1, 1, 1, 1, 2, 2, 3, 3, 4, 4, 6, 6, 9, 9, 13, 13, 19, 19, 28, 28, 41, 41, 60, 60, 88, 88, 129, 129, 189, 189, 277, 277, 406, 406, 595, 595, 872, 872, 1278, 1278, 1873, 1873, 2745, 2745, 4023, 4023, 5896, 5896, 8641 (list; graph; refs; listen; history; internal format)
OFFSET

0,7

COMMENTS

The usual policy in the OEIS is not to include such "doubled" sequences. This is an exception. - N. J. A. Sloane (njas(AT)research.att.com).

Based on the morphism 1->{5}, 2->{6}, 3->{4}, 4->{2}, 5->{3}, 6->{1, 6}.

LINKS

Index entries for sequences related to linear recurrences with constant coefficients, signature (0,1,0,0,0,1).

FORMULA

a(n) = a(n-2) + a(n-6), starting 1,1,1,1,1,1.

G.f.: (1+x)/(1-x^2-x^6).

MATHEMATICA

s[1] = {5}; s[2] = {6}; s[3] = {4}; s[4] = {2}; s[5] = {3}; s[6] = {1, 2}; t[a_] := Flatten[s /@ a]; p[0] = {1}; p[1] = t[p[0]]; p[n_] := t[p[n - 1]] a0 = Table[Length[p[i]], {i, 0, 50}]

CROSSREFS

Sequence in context: A185326 A027190 A036824 * A173091 A029025 A035396

Adjacent sequences:  A108101 A108102 A108103 * A108105 A108106 A108107

KEYWORD

nonn

AUTHOR

Roger L. Bagula (rlbagulatftn(AT)yahoo.com), Jun 03 2005

EXTENSIONS

Edited by N. J. A. Sloane (njas(AT)research.att.com), Dec 01 2006

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 15 15:20 EST 2012. Contains 205823 sequences.