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!)
A112685 a(n)=5a(n-2)+2a(n-3). 2
1, 1, 1, 7, 7, 37, 49, 199, 319, 1093, 1993, 6103, 12151, 34501, 72961, 196807, 433807, 1129957, 2562649, 6517399, 15073159, 37712293, 88400593, 218707783, 517427551, 1270340101, 3024553321, 7386555607, 17663446807, 42981884677, 103090345249 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
COMMENTS
Last digit has period 12.
LINKS
FORMULA
Differences: 0, 0, 6, 0, 30, 12, 150, 120, 774 ... = 6*A135138.
O.g.f.: (-1-x+4*x^2)/((2*x+1)(x^2+2*x-1)) . a(n) = [(-2)^(n+1)+9*A000129(n+1)-15*A000129(n)]/7. - R. J. Mathar, Mar 17 2008
MATHEMATICA
nxt[{a_, b_, c_}]:={b, c, 5b+2a}; NestList[nxt, {1, 1, 1}, 30][[;; , 1]] (* or *) LinearRecurrence[{0, 5, 2}, {1, 1, 1}, 40] (* Harvey P. Dale, Dec 15 2023 *)
CROSSREFS
Sequence in context: A241866 A243123 A154702 * A201958 A351477 A153721
KEYWORD
nonn
AUTHOR
Paul Curtz, Mar 02 2008
EXTENSIONS
More terms from R. J. Mathar, Mar 17 2008
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 11:39 EDT 2024. Contains 371969 sequences. (Running on oeis4.)