[go: up one dir, main page]

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!)
A100049 A Chebyshev transform of the Padovan numbers. 1
1, 0, -1, 1, -1, -3, 3, 3, -6, 2, 10, -13, -9, 29, -9, -43, 55, 32, -126, 48, 183, -243, -121, 541, -241, -765, 1082, 450, -2326, 1171, 3179, -4803, -1617, 9993, -5601, -13168, 21250, 5552, -42849, 26489, 54351, -93763, -17765, 183347, -124086, -223422, 412698, 49827, -782881, 576541, 914279 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,6
COMMENTS
A Chebyshev transform of the Padovan numbers A000931(n+3): if A(x) is the g.f. of a sequence, map it to ((1-x^2)/(1+x^2))A(x/(1+x^2)).
LINKS
FORMULA
G.f.: (1-x^2)*(1+x^2)^2/(1+2*x^2-x^3+2*x^4+x^6).
a(n) = -2*a(n-2) +a(n-3) -2*a(n-4) -a(n-6).
a(n) = n*Sum_{k=0..floor(n/2)} (-1)^k*binomial(n-k,k)*A000931(n-2*k+3)/(n-k).
MATHEMATICA
LinearRecurrence[{0, -2, 1, -2, 0, -1}, {1, 0, -1, 1, -1, -3, 3}, 50] (* G. C. Greubel, Aug 08 2017 *)
PROG
(PARI) x='x+O('x^50); Vec((1-x^2)*(1+x^2)^2/(1+2*x^2-x^3+2*x^4+x^6)) \\ G. C. Greubel, Aug 08 2017
CROSSREFS
Sequence in context: A100026 A350537 A367555 * A261926 A158315 A134059
KEYWORD
easy,sign
AUTHOR
Paul Barry, Oct 31 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 August 30 17:27 EDT 2024. Contains 375545 sequences. (Running on oeis4.)