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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A114703 a(2n) = F(3n)*F(3n+2), a(2n+1) = F(3n+1)*F(3n+2) where F() = Fibonacci numbers A000045. 0
0, 1, 10, 15, 168, 273, 3026, 4895, 54288, 87841, 974170, 1576239, 17480760, 28284465, 313679522, 507544127, 5628750624, 9107509825, 101003831722, 163427632719, 1812440220360, 2932589879121, 32522920134770, 52623190191455 (list; graph; refs; listen; history; internal format)
OFFSET

0,3

MATHEMATICA

F[0] = 0; F[1] = 1; F[n_] := F[n] = F[n - 1] + F[n - 2] a = Flatten[Table[{F[3*n]*F[3*n + 2], F[3*n + 1]*F[3*n + 2]}, {n, 0, 17}]]

CROSSREFS

Cf. A000045.

Sequence in context: A056522 A056511 A166626 * A134515 A175335 A167788

Adjacent sequences:  A114700 A114701 A114702 * A114704 A114705 A114706

KEYWORD

nonn

AUTHOR

Roger Bagula (rlbagulatftn(AT)yahoo.com), Feb 21 2006

EXTENSIONS

Edited by N. J. A. Sloane (njas(AT)research.att.com), Feb 11 2007

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 15 16:39 EST 2012. Contains 205823 sequences.