Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A154232
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A154232 List of pairs: sum and product recursions:{a(n),b(n)}; a(n)=(n^2-n-1)+a(n-1); b(n)=(n^2-n-1)*b(n-1). +0
1
0, 1, -1, -1, 0, -1, 5, -5, 16, -55, 35, -1045, 64, -30305, 105, -1242505, 160, -68337775, 231, -4851982025, 320, -431826400225, 429, -47069077624525, 560, -6166049168812775, 715, -955737621165980125, 896, -172988509431042402625 (list; graph; listen)
OFFSET

0,7

FORMULA

a(n)=(n^2-n-1)+a(n-1); b(n)=(n^2-n-1)*b(n-1).

MATHEMATICA

Clear[a, b, n]; a[0] = 0; a[n_] := a[n] = n^2 - n - 1 + a[n - 1];

b[0] = 1; b[n_] := b[n] = (n^2 - n - 1)*b[n - 1];

Flatten[Table[{a[n], b[n]}, {n, 0, 15}]]

CROSSREFS

Sequence in context: A050341 A140360 A145599 this_sequence A072272 A079317 A125256

Adjacent sequences: A154229 A154230 A154231 this_sequence A154233 A154234 A154235

KEYWORD

sign,uned,tabf

AUTHOR

Roger L. Bagula (rlbagulatftn(AT)yahoo.com), Jan 05 2009

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 December 15 00:47 EST 2009. Contains 170825 sequences.


AT&T Labs Research