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!)
A363571 Expansion of (1 / sqrt(1 - 10*x + 9*x^2) - 1 / (1 - x)) / 4. 1
0, 1, 8, 61, 480, 3881, 31976, 266981, 2251136, 19124881, 163452168, 1403748941, 12104113632, 104723793721, 908680775528, 7904234296181, 68905275700736, 601832985410081, 5265459181363976, 46137526574521181, 404821208100919520, 3556361565584509001 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
E.g.f.: exp(x) * (exp(4*x) * BesselI(0,4*x) - 1) / 4.
a(n) = Sum_{k=1..n} binomial(n,k)^2 * 4^(k-1).
a(n) = (3^n * LegendreP(n,5/3) - 1) / 4.
a(n) = (A084771(n) - 1) / 4.
MATHEMATICA
nmax = 21; CoefficientList[Series[(1/Sqrt[1 - 10 x + 9 x^2] - 1/(1 - x))/4, {x, 0, nmax}], x]
nmax = 21; CoefficientList[Series[Exp[x] (Exp[4 x] BesselI[0, 4 x] - 1)/4, {x, 0, nmax}], x] Range[0, nmax]!
Table[Sum[Binomial[n, k]^2 4^(k - 1), {k, 1, n}], {n, 0, 21}]
Table[(3^n LegendreP[n, 5/3] - 1)/4, {n, 0, 21}]
CROSSREFS
Sequence in context: A278596 A190976 A254602 * A361772 A327761 A080525
KEYWORD
nonn
AUTHOR
Ilya Gutkovskiy, Aug 17 2023
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 26 07:40 EDT 2024. Contains 375454 sequences. (Running on oeis4.)