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!)
A291032 p-INVERT of the positive integers, where p(S) = 1 - S - S^2 - S^3 + S^4. 2
1, 4, 15, 54, 188, 645, 2208, 7570, 25982, 89190, 306095, 1050268, 3603276, 12361763, 42409154, 145491117, 499126660, 1712311759, 5874263702, 20152234481, 69134134820, 237171010852, 813636681973, 2791253840066, 9575645985794, 32850107071454, 112695214040224 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
Suppose s = (c(0), c(1), c(2), ...) is a sequence and p(S) is a polynomial. Let S(x) = c(0)*x + c(1)*x^2 + c(2)*x^3 + ... and T(x) = (-p(0) + 1/p(S(x)))/x. The p-INVERT of s is the sequence t(s) of coefficients in the Maclaurin series for T(x). Taking p(S) = 1 - S gives the "INVERT" transform of s, so that p-INVERT is a generalization of the "INVERT" transform (e.g., A033453).
See A290890 for a guide to related sequences.
LINKS
Index entries for linear recurrences with constant coefficients, signature (9, -33, 68, -87, 68, -33, 9, -1)
FORMULA
G.f.: (1 - 5 x + 12 x^2 - 17 x^3 + 12 x^4 - 5 x^5 + x^6)/(1 - 9 x + 33 x^2 - 68 x^3 + 87 x^4 - 68 x^5 + 33 x^6 - 9 x^7 + x^8).
a(n) = 9*a(n-1) - 33*a(n-2) + 68*a(n-3) - 87*a(n-4) + 68*a(n-5) - 33*a(n-6) + 9*a(n-7) - a(n-8).
MATHEMATICA
z = 60; s = x/(1 - x)^2; p =1 - s - s^2 - s^3 + s^4;
Drop[CoefficientList[Series[s, {x, 0, z}], x], 1] (* A000027 *)
Drop[CoefficientList[Series[1/p, {x, 0, z}], x], 1] (* A291032 *)
CROSSREFS
Sequence in context: A164619 A227382 A090326 * A006234 A094821 A071723
KEYWORD
nonn,easy
AUTHOR
Clark Kimberling, Aug 19 2017
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 19 14:10 EDT 2024. Contains 371792 sequences. (Running on oeis4.)