|
Search: id:A007066
|
|
|
| A007066 |
|
a(n) = 1 + ceiling((n-1)*phi^2), phi = (1+sqrt(5))/2. (Formerly M3299)
|
|
+0 8
|
|
| 1, 4, 7, 9, 12, 15, 17, 20, 22, 25, 28, 30, 33, 36, 38, 41, 43, 46, 49, 51, 54, 56, 59, 62, 64, 67, 70, 72, 75, 77, 80, 83, 85, 88, 91, 93, 96, 98, 101, 104, 106, 109, 111, 114, 117, 119, 122, 125, 127, 130, 132, 135, 138, 140, 143, 145, 148, 151, 153, 156, 159, 161, 164, 166
(list; graph; listen)
|
|
|
OFFSET
|
1,2
|
|
|
COMMENT
|
First column of dual Wythoff array.
|
|
REFERENCES
|
C. Kimberling, "Stolarsky interspersions," Ars Combinatoria 39 (1995) 129-138.
D. R. Morrison, ``A Stolarsky array of Wythoff pairs,'' in A Collection of Manuscripts Related to the Fibonacci Sequence. Fibonacci Assoc., Santa Clara, CA, 1980, pp. 134-136.
|
|
LINKS
|
C. Kimberling, Interspersions
N. J. A. Sloane, Classic Sequences
|
|
FORMULA
|
Floor(1+phi*floor(phi*(n-1)+1)), phi=(1+sqrt(5))/2, n >= 2.
a(1)=1; for n>1, a(n)=a(n-1)+2 if n is already in the sequence, a(n)=a(n-1)+3 otherwise. - Benoit Cloitre, Mar 06, 2003.
|
|
MAPLE
|
Digits := 100: t := (1+sqrt(5))/2; A007066 := proc(n) if n <= 1 then 1 else floor(1+t*floor(t*(n-1)+1)); fi; end;
|
|
CROSSREFS
|
Cf. A064437. Apart from initial terms, same as A026356. Complement is (essentially) A026355. Equals 1 + A004957, also n + A004956.
First differences give A076662.
Sequence in context: A007064 A086824 A080574 this_sequence A047537 A062458 A080902
Adjacent sequences: A007063 A007064 A007065 this_sequence A007067 A007068 A007069
|
|
KEYWORD
|
nonn,easy,nice
|
|
AUTHOR
|
njas, Mira Bernstein (mira(AT)math.berkeley.edu)
|
|
|
Search completed in 0.002 seconds
|