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!)
A290903 p-INVERT of the positive integers, where p(S) = 1 - 5*S. 3
5, 35, 240, 1645, 11275, 77280, 529685, 3630515, 24883920, 170556925, 1169014555, 8012544960, 54918800165, 376419056195, 2580014593200, 17683683096205, 121205767080235, 830756686465440, 5694091038177845, 39027880580779475, 267501073027278480 (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 A290890 for a guide to related sequences.
LINKS
FORMULA
G.f.: 5/(1 - 7 x + x^2).
a(n) = 7*a(n-1) - a(n-2).
a(n) = 5*A004187(n+1) for n >= 0.
EXAMPLE
(See the example at A290902.)
MATHEMATICA
z = 60; s = x/(1 - x)^2; p = 1 - 5 s;
Drop[CoefficientList[Series[s, {x, 0, z}], x], 1] (* A000027 *)
u = Drop[CoefficientList[Series[1/p, {x, 0, z}], x], 1] (* A290903 *)
u/5 (* A004187 shifted *)
CROSSREFS
Sequence in context: A007995 A091928 A305739 * A155127 A239846 A193577
KEYWORD
nonn,easy
AUTHOR
Clark Kimberling, Aug 17 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 24 13:53 EDT 2024. Contains 371958 sequences. (Running on oeis4.)