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!)
A120473 a(n) = A000045[n]*(A004001[n + 1] - 2*A004001[n] + A004001[n - 1]). 0
-1, 1, -2, 3, 0, -8, 0, 21, 0, 0, -89, 144, -233, 0, 0, 987, 0, 0, 0, -6765, 10946, 0, -28657, 46368, -75025, 0, 196418, -317811, 0, 0 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
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_] := Fibonacci[n]*(Conway[n + 1] - 2*Conway[n] + Conway[n - 1]) Table[a[n], {n, 1, 30}]
CROSSREFS
Sequence in context: A185963 A059034 A171023 * A019911 A173344 A276994
KEYWORD
sign
AUTHOR
Roger L. Bagula, Jul 06 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 24 05:26 EDT 2024. Contains 371918 sequences. (Running on oeis4.)