Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A143056
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A143056 The real part of complex sequence: a(n)=(1+I)*a(n-1)+a(n-1). +0
1
0, 1, 1, 1, 0, -3, -9, -19, -32, -43, -39, 5, 128, 377, 783, 1305, 1728, 1513, -367, -5495, -15744, -32267, -53177, -69371, -58464, 21693, 235305, 656909, 1328896, 2165489, 2781855 (list; graph; listen)
OFFSET

1,6

COMMENT

The ratio real absolute value approaches:1.7000157758867898

FORMULA

a(n)=(1+I)*a(n-1)+a(n-1); a(n)_out=realpart(a(n)).

G.f.: x^2*(1-x-x^2)/(1-2x+2x^3+x^4). a(n)= 2*a(n-1) -2*a(n-3) -a(n-4). [From R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Oct 24 2008]

EXAMPLE

The imaginary part is:

{0, 0, 1, 2, 4, 6, 7, 4, -8, -36, -87, -162, -244, -278, -145, 360,

1520, 3608, 6641, 9882, 11028, 5166, -16073, -64084, -149528, -272076,

-399911, -436682, -179684, 712530, 2698335}

MATHEMATICA

Clear[a, n]; a[0] = 0; a[1] = 1; a[n_] := a[n] = (1+I)*a[n - 1] + a[n - 2]; Table[Re[a[n]], {n, 0, 30}]

CROSSREFS

Sequence in context: A029479 A014869 A018495 this_sequence A066506 A058331 A049749

Adjacent sequences: A143053 A143054 A143055 this_sequence A143057 A143058 A143059

KEYWORD

uned,sign

AUTHOR

Roger L. Bagula and Gary W. Adamson (rlbagulatftn(AT)yahoo.com), Oct 13 2008

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 November 25 20:09 EST 2009. Contains 167514 sequences.


AT&T Labs Research