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!)
A292483 p-INVERT of the odd positive integers, where p(S) = (1 - S)^3. 1
3, 15, 61, 240, 912, 3376, 12240, 43632, 153360, 532656, 1831248, 6240240, 21100176, 70858800, 236510928, 785115504, 2593432080, 8528565168, 27932538960, 91144257264, 296391022992, 960802812720, 3105562639824, 10010945435760, 32189993590032, 103264606820016 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
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 A292480 for a guide to related sequences.
LINKS
FORMULA
G.f.: -(((1 + x) (3 - 15 x + 22 x^2 - 7 x^3 + x^4))/(-1 + 3 x)^3).
a(n) = 9*a(n-1) - 27*a(n-2) + 27*a(n-3) for n >= 6.
a(n) = 16*3^(n-5)*(51 + 22*n + 2*n^2) for n>2. - Colin Barker, Oct 03 2017
MATHEMATICA
z = 60; s = x (x + 1)/(1 - x)^2; p = (1 - s)^3;
Drop[CoefficientList[Series[s, {x, 0, z}], x], 1] (* A005408 *)
Drop[CoefficientList[Series[1/p, {x, 0, z}], x], 1] (* A292483 *)
CROSSREFS
Sequence in context: A295505 A001655 A058749 * A218227 A072336 A356421
KEYWORD
nonn,easy
AUTHOR
Clark Kimberling, Oct 02 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 25 23:59 EDT 2024. Contains 371989 sequences. (Running on oeis4.)