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!)
A087452 G.f.: (2-x)/((1+3x)(1-4x)); e.g.f.: exp(4x) + exp(-3x); a(n) = 4^n + (-3)^n. 1
2, 1, 25, 37, 337, 781, 4825, 14197, 72097, 242461, 1107625, 4017157, 17308657, 65514541, 273218425, 1059392917, 4338014017, 17050729021, 69106897225, 273715645477, 1102998412177, 4387586157901, 17623567104025, 70274600998837, 281757406247137 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
COMMENTS
Generalized Lucas-Jacobsthal numbers.
LINKS
FORMULA
a(n) = (-3)^n+4^n.
a(n) = a(n-1) + 12*a(n-2) for n > 1; a(0)=2, a(1)=1. - Philippe Deléham, Sep 19 2009
a(n) = 2*A053404(n) - A053404(n-1), n > 0. - Ralf Stephan, Jul 21 2013
MATHEMATICA
CoefficientList[Series[(2 - z)/((1 + 3 z) (1 - 4 z)), {z, 0, 200}], z] (* Vladimir Joseph Stephan Orlovsky, Jun 11 2011 *)
LinearRecurrence[{1, 12}, {2, 1}, 30] (* Harvey P. Dale, Nov 06 2022 *)
PROG
(PARI) polsym(x^2-x-12, 50) \\ Charles R Greathouse IV, Jun 11 2011
CROSSREFS
Sequence in context: A013313 A013317 A010256 * A317385 A366048 A098878
KEYWORD
easy,nonn
AUTHOR
Paul Barry, Sep 06 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 20 00:58 EDT 2024. Contains 371798 sequences. (Running on oeis4.)