Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A120475
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A120475 a(n) = Sum_{m=1..n} (A000045(m)*(A004001(m+1)-2*A004001(m)+A004001(m-1)). +0
2
-1, 0, -2, 1, 1, -7, -7, 14, 14, 14, -75, 69, -164, -164, -164, 823, 823, 823, 823, -5942, 5004, 5004, -23653, 22715, -52310, -52310, 144108, -173703, -173703, -173703, -173703, 2004606, 2004606, 2004606, 2004606, 2004606, -22153211, 16934958, 16934958, 16934958, -148645183, 119269113 (list; graph; listen)
OFFSET

1,3

MAPLE

A000045 := proc(n) option remember ; combinat[fibonacci](n) ; end: A004001 := proc(n) option remember ; if n <= 0 then 0 ; elif n <= 2 then 1; else A004001(A004001(n-1))+A004001(n-A004001(n-1)) ; fi ; end: A120475 := proc(n) add( A000045(m)*(A004001(m+1)-2*A004001(m)+A004001(m-1)), m=1..n) ; end: seq(A120475(n), n=1..80) ; - R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Sep 18 2007

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[Sum[a[m], {m, 1, n}], {n, 1, 30}]

CROSSREFS

Cf. A000045, A004001, A120474.

Sequence in context: A015110 A128596 A139349 this_sequence A086738 A058955 A072286

Adjacent sequences: A120472 A120473 A120474 this_sequence A120476 A120477 A120478

KEYWORD

sign

AUTHOR

Roger Bagula (rlbagulatftn(AT)yahoo.com), Jul 07 2006

EXTENSIONS

Edited by njas, Aug 14 2006

More terms from R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Sep 18 2007

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified September 6 09:40 EDT 2008. Contains 143480 sequences.


AT&T Labs Research