Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A065563
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A065563 Product of three consecutive Fibonacci numbers. +0
4
2, 6, 30, 120, 520, 2184, 9282, 39270, 166430, 704880, 2986128, 12649104, 53583010, 226980390, 961505790, 4073001576, 17253515288, 73087057560, 309601753890, 1311494059590, 5555578014142, 23533806080736 (list; graph; listen)
OFFSET

1,1

REFERENCES

V. E. Hoggatt, D. A. Lind, "The Heights of Fibonacci Polynomials and an Associated Function", Fibonacci Quarterly, 5;2, April, 1967, pp. 141-152.

LINKS

Harry J. Smith, Table of n, a(n) for n=1,...,200

FORMULA

a(n)=A000045(n)*A000045(n+1)*A000045(n+2). G.f.: 2/(1-3*x-6*x^2+3*x^3+x^4)

MAPLE

with (combinat):a:=n->fibonacci(n)*fibonacci(n+1)*fibonacci(n+2): seq(a(n), n=1..22); - Zerinvary Lajos (zerinvarylajos(AT)yahoo.com), Oct 07 2007

MATHEMATICA

fib[n_]:=If[n==1||n==2, 1, fib[n-1]+fib[n-2]]; a={}; Do[f1=fib[n]; f2=fib[n+1]; f3=fib[n+2]; p=f1*f2*f3; AppendTo[a, p], {n, 1, 20}]; a (Vladimir Orlovsky, Jul 22 2008)

PROGRAM

(PARI) { for (n=1, 200, a=fibonacci(n)*fibonacci(n + 1)*fibonacci(n + 2); write("b065563.txt", n, " ", a) ) } [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), Oct 22 2009]

CROSSREFS

Cf. A000045

Equals 2 * A001655(n).

Sequence in context: A071758 A071760 A036752 this_sequence A035105 A073969 A120950

Adjacent sequences: A065560 A065561 A065562 this_sequence A065564 A065565 A065566

KEYWORD

nonn

AUTHOR

Len Smiley (smiley(AT)math.uaa.alaska.edu), Nov 30 2001

EXTENSIONS

OFFSET changed from 0,1 to 1,1 by Harry J. Smith (hjsmithh(AT)sbcglobal.net), Oct 22 2009

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified November 25 20:09 EST 2009. Contains 167514 sequences.


AT&T Labs Research