login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A138473 Fibonacci(8n). 0
0, 21, 987, 46368, 2178309, 102334155, 4807526976, 225851433717, 10610209857723, 498454011879264, 23416728348467685, 1100087778366101931, 51680708854858323072, 2427893228399975082453, 114059301025943970552219 (list; graph; refs; listen; history; internal format)
OFFSET

0,2

COMMENTS

21*A049668 a(n)

FORMULA

a(n)= Fibonacci(4n)*Lucas(4n)

PROG

(Mupad) numlib::fibonacci(8*n) $ n = 0..25;

(Sage) [fibonacci(8*n) for n in xrange(0, 15)]# [From Zerinvary Lajos (zerinvarylajos(AT)yahoo.com), May 15 2009]

(MAGMA) [Fibonacci(8*n): n in [0..100]]; // Vincenzo Librandi, Apr 17 2011

CROSSREFS

Cf. A049668, A134498.

Sequence in context: A006301 A184133 A004704 * A186392 A072678 A012153

Adjacent sequences:  A138470 A138471 A138472 * A138474 A138475 A138476

KEYWORD

nonn

AUTHOR

Zerinvary Lajos (zerinvarylajos(AT)yahoo.com), May 09 2008

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 16 10:28 EST 2012. Contains 205904 sequences.