|
| |
|
|
A000738
|
|
Boustrophedon transform (second version) of Fibonacci numbers 0,1,1,2,3,...
|
|
3
| |
|
|
0, 1, 3, 8, 25, 85, 334, 1497, 7635, 43738, 278415, 1949531, 14893000, 123254221, 1098523231, 10490117340, 106851450165, 1156403632189, 13251409502982, 160286076269309, 2040825708462175, 27283829950774822
(list; graph; refs; listen; history; internal format)
|
|
|
|
OFFSET
| 0,3
|
|
|
LINKS
| J. Millar, N. J. A. Sloane and N. E. Young, A new operation on sequences: the Boustrophedon on transform, J. Combin. Theory, 17A 44-54 1996 (Abstract, pdf, ps).
N. J. A. Sloane, Transforms
Index entries for sequences related to boustrophedon transform
|
|
|
FORMULA
| E.g.f.: (2/sqrt(5)) * exp(x/2) * sinh((sqrt(5)/2)*x) * (sin(x)+1) / cos(x). - Alois P. Heinz, Feb 08 2011
|
|
|
MAPLE
| read(transforms);
with(combinat):
F:=fibonacci;
[seq(F(n), n=0..50)];
BOUS2(%);
|
|
|
CROSSREFS
| Cf. A000045, A000687, A092073, A000744.
Sequence in context: A006372 A151426 A045900 * A148798 A148799 A148800
Adjacent sequences: A000735 A000736 A000737 * A000739 A000740 A000741
|
|
|
KEYWORD
| nonn
|
|
|
AUTHOR
| N. J. A. Sloane (njas(AT)research.att.com).
|
|
|
EXTENSIONS
| Entry revised by N. J. A. Sloane, Mar 16 2011
|
| |
|
|