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!)
A022325 a(n) = a(n-1) + a(n-2) + 1, with a(0) = 1 and a(1) = 11. 1
1, 11, 13, 25, 39, 65, 105, 171, 277, 449, 727, 1177, 1905, 3083, 4989, 8073, 13063, 21137, 34201, 55339, 89541, 144881, 234423, 379305, 613729, 993035, 1606765, 2599801, 4206567, 6806369, 11012937 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
From R. J. Mathar, Apr 07 2011: (Start)
G.f.: (1+9*x-9*x^2)/((1-x)*(1-x-x^2)).
a(n) = A022368(n) - 1. (End)
a(n) = 2*F(n+2) + 8*F(n) - 1, where F = A000045. - G. C. Greubel, Aug 25 2017
MATHEMATICA
LinearRecurrence[{2, 0, -1}, {1, 11, 13}, 50] (* G. C. Greubel, Aug 25 2017 *)
PROG
(PARI) x='x+O('x^50); Vec((1+9*x-9*x^2)/((1-x)*(1-x-x^2))) \\ G. C. Greubel, Aug 25 2017
CROSSREFS
Sequence in context: A277048 A275598 A090433 * A295340 A153055 A146915
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 April 22 22:30 EDT 2024. Contains 371906 sequences. (Running on oeis4.)