Group Abstract Group Abstract

Message Boards Message Boards

0
|
2.3K Views
|
2 Replies
|
1 Total Like
View groups...
Share
Share this post:
GROUPS:

Mathematica -count a value

Posted 11 years ago

I have a questions.

Let:`s[1]=3, s[2]=5, t[1]=1, s[n_] := t[n - 1] - t[n - 2] + 4,
t[n_] := t[n - 1] + s[n - 1]` and I must count t[100]. 

Mathematica all the time counts, but does not give the result. Thank you in advance for your help.

POSTED BY: Artur Smura
2 Replies
Posted 11 years ago
POSTED BY: Artur Smura
POSTED BY: Daniel Lichtblau
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard