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!)
A099517 A transform of (1-x)/(1-2x). 1
1, 1, 2, 3, 6, 10, 17, 27, 44, 71, 116, 188, 305, 493, 798, 1291, 2090, 3382, 5473, 8855, 14328, 23183, 37512, 60696, 98209, 158905, 257114, 416019, 673134, 1089154, 1762289, 2851443, 4613732, 7465175, 12078908, 19544084, 31622993, 51167077 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
COMMENTS
A transform of A011782 under the mapping g(x)->(1/(1+x^3))g(x/(1+x^3))
LINKS
FORMULA
G.f.: (1-x+x^3)/((1+x^3)*(1-2*x+x^3)).
a(n) = 2*a(n-1)-2*a(n-3)+2*a(n-4)-a(n-6).
a(n) = sum{k=0..floor(n/3), binomial(n-2*k, k)*(-1)^k*(2^(n-3*k)+0^(n-3*k))/2}.
a(n) = A057079(n+1)/6 +A000045(n+3)/2 -A010694(n)/6. - R. J. Mathar, Sep 21 2012
CROSSREFS
Sequence in context: A036588 A334893 A239872 * A026647 A026669 A363070
KEYWORD
easy,nonn
AUTHOR
Paul Barry, Oct 20 2004
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 09:49 EDT 2024. Contains 371967 sequences. (Running on oeis4.)