login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A094688 Convolution of Fibonacci(n) and 3^n. 3
0, 1, 4, 14, 45, 140, 428, 1297, 3912, 11770, 35365, 106184, 318696, 956321, 2869340, 8608630, 25826877, 77482228, 232449268, 697351985, 2092062720, 6276199106, 18828615029, 56485873744, 169457667600, 508373077825, 1525119354868 (list; graph; refs; listen; history; internal format)
OFFSET

0,3

LINKS

Index to sequences with linear recurrences with constant coefficients, signature (4,-2,-3).

FORMULA

G.f. : x/((1-3x)(1-x-x^2)); a(n)=3^(n+1)/5-L(n+2)/5; a(n)=4a(n-1)-2a(n-2)-3a(n-3).

a(n) = A101220(3, 3, n) - Ross La Haye (rlahaye(AT)new.rr.com), Jan 28 2005

a(0) = 0, a(1) = 1, a(n) = a(n-1) + a(n-2) + 3^(n-1) for n > 1. - Ross La Haye (rlahaye(AT)new.rr.com), Aug 20 2005

MATHEMATICA

Join[{a = b = 0}, Table[c = 3^n + a + b; a = b; b = c, {n, 0, 100}]] (* From Vladimir Joseph Stephan Orlovsky, Jun 28 2011 *)

PROG

(PARI) a(n)=(3^(n+1)-fibonacci(n+1)-fibonacci(n+3))/5 \\ Charles R Greathouse IV, Jun 28 2011

CROSSREFS

Cf. A000032.

Sequence in context: A182902 A108765 A005775 * A068092 A153480 A171851

Adjacent sequences:  A094685 A094686 A094687 * A094689 A094690 A094691

KEYWORD

easy,nonn

AUTHOR

Paul Barry (pbarry(AT)wit.ie), May 19 2004

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 15 10:56 EST 2012. Contains 205763 sequences.