Svoboda | Graniru | BBC Russia | Golosameriki | Facebook
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!)
A297965 a(n) = Fibonacci(binomial(n+3, 3)). 0
1, 3, 55, 6765, 9227465, 225851433717, 160500643816367088, 5358359254990966640871840, 13598018856492162040239554477268290, 4244200115309993198876969489421897548446236915, 263621064469290555679241849789653324393054271110084140201023 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
Fourth diagonal of A045995.
LINKS
FORMULA
a(n) = A000045(A000292(n+1)) = A045995(n+3, 3).
MATHEMATICA
Table[Fibonacci[Binomial[n + 3, 3]], {n, 0, 20}]
PROG
(Magma) [Fibonacci(Binomial(n+3, 3)): n in [0..20]];
(PARI) a(n) = fibonacci(binomial(n+3, 3)) \\ Felix Fröhlich, Jan 12 2018
CROSSREFS
Sequence in context: A304640 A356483 A015099 * A002818 A119190 A172748
KEYWORD
nonn,easy
AUTHOR
Vincenzo Librandi, Jan 10 2018
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 August 1 19:22 EDT 2024. Contains 374817 sequences. (Running on oeis4.)