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!)
A081194 a(n) = 8*a(n-1) -15*a(n-2), a(0)=1, a(1)=16. 1
1, 16, 113, 664, 3617, 18976, 97553, 495784, 2502977, 12587056, 63151793, 316408504, 1583991137, 7925801536, 39646545233, 198285338824, 991584532097, 4958396174416, 24793401413873, 123971268694744, 619869128349857 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
G.f.: (1+8*x)/((1-3*x)*(1-5*x)).
a(n) = 13*5^n/2 - 11*3^n/2.
MATHEMATICA
CoefficientList[Series[(1 + 8 x) / ((1 - 3 x) (1 - 5 x)), {x, 0, 30}], x] (* Vincenzo Librandi, Aug 07 2013 *)
LinearRecurrence[{8, -15}, {1, 16}, 30] (* Harvey P. Dale, May 16 2019 *)
PROG
(Magma) [13*5^n/2 - 11*3^n/2: n in [0..25]]; // Vincenzo Librandi, Aug 07 2013
CROSSREFS
Sequence in context: A222113 A229531 A253460 * A121148 A091031 A265214
KEYWORD
easy,nonn
AUTHOR
Paul Barry, Mar 11 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 25 10:01 EDT 2024. Contains 371967 sequences. (Running on oeis4.)