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!)
A083294 a(n) = (4 + (-9)^n)/5. 3
1, -1, 17, -145, 1313, -11809, 106289, -956593, 8609345, -77484097, 697356881, -6276211921, 56485907297, -508373165665, 4575358490993, -41178226418929, 370604037770369, -3335436339933313, 30018927059399825, -270170343534598417, 2431533091811385761 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n) = (4 + (-9)^n)/5.
G.f.: (1+7*x)/((1-x)*(1+9*x)).
E.g.f.: (4*exp(x) + exp(-9*x))/5.
MATHEMATICA
(4+(-9)^Range[0, 20])/5 (* or *) LinearRecurrence[{-8, 9}, {1, -1}, 30] (* Harvey P. Dale, Sep 25 2021 *)
PROG
(Magma) [(4+(-9)^n)/5: n in [0..30]]; // Vincenzo Librandi, Jun 08 2011
CROSSREFS
Cf. A083295.
Sequence in context: A181908 A233328 A364155 * A196780 A208506 A299599
KEYWORD
easy,sign
AUTHOR
Paul Barry, Apr 24 2003
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 23 18:16 EDT 2024. Contains 371916 sequences. (Running on oeis4.)