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!)
A111956 Triangle read by rows: T(n,k) = gcd(Lucas(n), Lucas(k)), 1 <= k <= n. 9
1, 1, 3, 1, 1, 4, 1, 1, 1, 7, 1, 1, 1, 1, 11, 1, 3, 2, 1, 1, 18, 1, 1, 1, 1, 1, 1, 29, 1, 1, 1, 1, 1, 1, 1, 47, 1, 1, 4, 1, 1, 2, 1, 1, 76, 1, 3, 1, 1, 1, 3, 1, 1, 1, 123, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 199, 1, 1, 2, 7, 1, 2, 1, 1, 2, 1, 1, 322, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 521 (list; table; graph; refs; listen; history; text; internal format)
OFFSET
1,3
LINKS
Paulo Ribenboim, FFF (Favorite Fibonacci Flowers), Fib. Quart. 43 (No. 1, 2005), 3-14.
FORMULA
T(n, k) = Lucas(g), where g = gcd(n, k), if n/g and k/g are odd; = 2 if n/g or k/g are even and 3|g; = 1 otherwise.
MATHEMATICA
Flatten[Table[GCD[LucasL[n], LucasL[k]], {n, 20}, {k, n}]] (* Harvey P. Dale, Nov 23 2012 *)
PROG
(PARI) for(n=1, 10, for(k=1, n, print1(gcd(fibonacci(n+1) + fibonacci(n-1), fibonacci(k+1) + fibonacci(k-1)), ", "))) \\ G. C. Greubel, Dec 17 2017
CROSSREFS
Sequence in context: A176921 A000503 A254864 * A024564 A084795 A364097
KEYWORD
nonn,tabl
AUTHOR
N. J. A. Sloane, Nov 28 2005
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 24 15:18 EDT 2024. Contains 371960 sequences. (Running on oeis4.)