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!)
A120472 A004001[n + 1]*Fibonacci[n + 1] - 2*A004001[n]*Fibonacci[n] + A004001[n - 1]*Fibonacci[n - 1]. 0
-1, 3, -1, 7, 8, 3, 12, 54, 74, 133, 92, 471, 296, 712, 1152, 3461, 4990, 8684, 15038, 14983, 48719, 72064, 76999, 228269, 219297, 429855, 1013331, 1003982, 1942288, 3142688 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
MATHEMATICA
Conway[0] = 0; Conway[1] = Conway[2] = 1; Conway[n_Integer?Positive] := Conway[n] = Conway[Conway[n - 1]] + Conway[n - Conway[n - 1]] a[n_] := Conway[n + 1]*Fibonacci[ n + 1] - 2*Conway[n]*Fibonacci[n] + Conway[n - 1]*Fibonacci[n - 1] Table[a[n], {n, 1, 30}]
CROSSREFS
Sequence in context: A091039 A217594 A340616 * A271059 A121370 A137908
KEYWORD
sign
AUTHOR
Roger L. Bagula, Jul 05 2006
EXTENSIONS
Edited by N. J. A. Sloane, Oct 01 2006
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 16 18:02 EDT 2024. Contains 371750 sequences. (Running on oeis4.)