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!)
A022317 a(n) = a(n-1) + a(n-2) + 1, with a(0) = 0 and a(1) = 12. 1
0, 12, 13, 26, 40, 67, 108, 176, 285, 462, 748, 1211, 1960, 3172, 5133, 8306, 13440, 21747, 35188, 56936, 92125, 149062, 241188, 390251, 631440, 1021692, 1653133, 2674826, 4327960, 7002787, 11330748 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
From R. J. Mathar, Apr 07 2011: (Start)
G.f.: x*(12-11*x)/( (1-x)*(1-x-x^2) ).
a(n) = A022103(n) - 1. (End)
a(n) = F(n+2) + 11*F(n) - 1, where F = A000045. - G. C. Greubel, Aug 25 2017
MATHEMATICA
LinearRecurrence[{2, 0, -1}, {0, 12, 13}, 50] (* G. C. Greubel, Aug 25 2017 *)
PROG
(PARI) x='x+O('x^50); concat([0], Vec(x*(12-11*x)/( (1-x)*(1-x-x^2) ))) \\ G. C. Greubel, Aug 25 2017
CROSSREFS
Sequence in context: A041290 A041288 A042207 * A125998 A307279 A106323
KEYWORD
nonn
AUTHOR
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 May 5 07:59 EDT 2024. Contains 372257 sequences. (Running on oeis4.)