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!)
A152448 a(0)=a(1)=1, a(2)=6, a(3)=11; a(n+4) = 10*a(n+2) - a(n). 0
1, 1, 6, 11, 59, 109, 584, 1079, 5781, 10681, 57226, 105731, 566479, 1046629, 5607564, 10360559, 55509161, 102558961, 549484046, 1015229051, 5439331299, 10049731549, 53843828944, 99482086439, 532998958141, 984771132841 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n) = ((1/48)*sqrt(3)*sqrt(2) + 1/4 + (1/8)*sqrt(2))*(sqrt(3) + sqrt(2))^n + (-(1/48)*sqrt(3)*sqrt(2) + 1/4 - (1/8)*sqrt(2))*(sqrt(3) - sqrt(2))^n + ((1/48)*sqrt(3)*sqrt(2) + 1/4 - (1/8)*sqrt(2))*(-sqrt(3) - sqrt(2))^n + (1/4 - (1/48)*sqrt(3)*sqrt(2) + (1/8)*sqrt(2))*(-sqrt(3) + sqrt(2))^n).
From R. J. Mathar and Philippe Deléham, Dec 05 2008: (Start)
a(2n) = A004189(n+1) - 4*A004189(n).
a(2n+1) = A004189(n) + A004189(n+1).
G.f.: (1+x-4x^2+x^3) / (1-10x^2+x^4). (End)
MATHEMATICA
LinearRecurrence[{0, 10, 0, -1}, {1, 1, 6, 11}, 30] (* Harvey P. Dale, Nov 10 2018 *)
CROSSREFS
Cf. A054320 (bisection).
Sequence in context: A271299 A177197 A177162 * A289285 A073219 A365496
KEYWORD
easy,nonn
AUTHOR
Richard Choulet, Dec 04 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 May 9 14:31 EDT 2024. Contains 372351 sequences. (Running on oeis4.)