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!)
A113437 Second row of A113435. 1
1, 3, 11, 41, 154, 581, 2197, 8317, 31501, 119338, 452141, 1713111, 6490879, 24593701, 93184802, 353074657, 1337790401, 5068852073, 19205744921, 72770053106, 275723780329, 1044710007771, 3958378188707, 14998188734897 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = A113435(3*n+1).
a(n) = 7*a(n-1) - 15*a(n-2) + 11*a(n-3) - a(n-4).
G.f.: (1-4*x+5*x^2-2*x^3)/(1-7*x+15*x^2-11*x^3+x^4).
MATHEMATICA
CoefficientList[Series[(1 - 4*x + 5*x^2 - 2*x^3)/(1 - 7*x + 15*x^2 - 11*x^3 + x^4), {x, 0, 50}], x] (* G. C. Greubel, Mar 11 2017 *)
LinearRecurrence[{7, -15, 11, -1}, {1, 3, 11, 41}, 30] (* Harvey P. Dale, May 09 2018 *)
PROG
(PARI) x='x+O('x^50); Vec((1-4*x+5*x^2-2*x^3)/(1-7*x+15*x^2-11*x^3+x^4)) \\ G. C. Greubel, Mar 11 2017
CROSSREFS
Cf. A113435.
Sequence in context: A001835 A079935 A281593 * A076540 A196472 A258471
KEYWORD
nonn
AUTHOR
Floor van Lamoen, Nov 04 2005
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 27 18:09 EDT 2024. Contains 372020 sequences. (Running on oeis4.)