login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A006449 Row sums of Fibonacci-Pascal triangle in A045995.
(Formerly M0813)
7
1, 2, 3, 6, 16, 122, 8003, 18476850, 190844194212235, 192303711247038132600144086, 20672849468072409216994337223266361373129558839387316 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
REFERENCES
N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence).
LINKS
Reinhard Zumkeller, Table of n, a(n) for n = 0..14
R. Whitney, Problem H-254, Fib. Quart., 13 (1975), p. 281.
PROG
(PARI) a(n) = sum(k=0, n, fibonacci(binomial(n, k))) \\ Michel Marcus, May 25 2013
(Haskell)
a006449 = sum . a045995_row -- Reinhard Zumkeller, May 20 2014
CROSSREFS
Cf. A045995.
Sequence in context: A103593 A174118 A368947 * A003323 A230146 A102980
KEYWORD
nonn,nice
AUTHOR
Jeffrey Shallit, Nov 25 1975
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 16 12:52 EDT 2024. Contains 371711 sequences. (Running on oeis4.)