|
Search: id:A055748
|
|
|
| A055748 |
|
A chaotic cousin of the Hofstatder-Conway sequence A004001. |
|
+0 4
|
|
| 1, 1, 2, 2, 2, 3, 4, 4, 4, 4, 5, 6, 7, 8, 8, 8, 8, 8, 8, 9, 10, 10, 10, 11, 13, 15, 15, 14, 15, 16, 16, 16, 16, 16, 16, 16, 17, 18, 18, 18, 18, 18, 19, 21, 23, 21, 20, 24, 25, 26, 28, 27, 26, 30, 30, 29, 30, 30, 30, 31, 32, 32, 32, 32, 32, 32, 32, 32, 32, 33
(list; graph; listen)
|
|
|
OFFSET
|
1,3
|
|
|
REFERENCES
|
J. Grytczuk, Another variation on Conway's recursive sequence, Discr. Math. 282 (2004), 149-161.
K. Pinn, A chaotic cousin of Conway's recursive sequence, Experimental Mathematics, 9:1 (2000), 55-65.
S. Wolfram, A New Kind of Science, Wolfram Media, 2002; p. 129.
|
|
LINKS
|
Index entries for Hofstadter-type sequences
Experimental Mathematics, Home Page
|
|
MAPLE
|
A055748 := proc(n) option remember; if n<=2 then 1 else A055748(A055748(n-1))+A055748(n-1-A055748(n-2)); fi; end;
|
|
CROSSREFS
|
Cf. A004001, A005185.
Sequence in context: A072000 A157477 A006949 this_sequence A090702 A029124 A113512
Adjacent sequences: A055745 A055746 A055747 this_sequence A055749 A055750 A055751
|
|
KEYWORD
|
nonn
|
|
AUTHOR
|
N. J. A. Sloane (njas(AT)research.att.com), Jul 13 2000
|
|
|
Search completed in 0.002 seconds
|