|
Search: id:A007552
|
|
|
| A007552 |
|
Exponentiation of Fibonacci numbers. (Formerly M2860)
|
|
+0 1
|
|
| 1, 3, 10, 42, 204, 1127, 6924, 46704, 342167, 2700295, 22799218, 204799885, 1947993126, 19540680497, 206001380039, 2275381566909, 26261810071925, 315969045744894, 3954454344433658, 51382626410402336, 691956435942841207
(list; graph; listen)
|
|
|
OFFSET
|
1,2
|
|
|
REFERENCES
|
N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence).
|
|
LINKS
|
M. Bernstein and N. J. A. Sloane, Some canonical sequences of integers, Linear Alg. Applications, 226-228 (1995), 57-72; erratum 320 (2000), 210.
|
|
MAPLE
|
f:= proc (n) option remember; `if` (n<2, 1, f(n-1) +f(n-2)) end: a:= proc(n) option remember; f(n) +add (binomial (n-1, k-1) *f(k) *a(n-k), k=1..n-1) end: seq (a(n), n=1..30); [From Alois P. Heinz (heinz(AT)hs-heilbronn.de), Oct 07 2008]
|
|
CROSSREFS
|
Sequence in context: A107594 A094195 A091843 this_sequence A125274 A030903 A030816
Adjacent sequences: A007549 A007550 A007551 this_sequence A007553 A007554 A007555
|
|
KEYWORD
|
nonn
|
|
AUTHOR
|
N. J. A. Sloane (njas(AT)research.att.com).
|
|
|
Search completed in 0.002 seconds
|