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!)
A363570 Expansion of (1 / sqrt(1 - 8*x + 4*x^2) - 1 / (1 - x)) / 3. 1
0, 1, 7, 45, 295, 1981, 13545, 93829, 656311, 4625181, 32788657, 233567269, 1670457321, 11987269477, 86268665917, 622391877045, 4500029549911, 32598283556317, 236542093805025, 1719008077215205, 12509403045819505, 91143878730342021, 664816240262272237 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
E.g.f.: exp(x) * (exp(3*x) * BesselI(0,2*sqrt(3)*x) - 1) / 3.
a(n) = Sum_{k=1..n} binomial(n,k)^2 * 3^(k-1).
a(n) = (2^n * LegendreP(n,2) - 1) / 3.
a(n) = (A069835(n) - 1) / 3.
MATHEMATICA
nmax = 22; CoefficientList[Series[(1/Sqrt[1 - 8 x + 4 x^2] - 1/(1 - x))/3, {x, 0, nmax}], x]
nmax = 22; CoefficientList[Series[Exp[x] (Exp[3 x] BesselI[0, 2 Sqrt[3] x] - 1)/3, {x, 0, nmax}], x] Range[0, nmax]!
Table[Sum[Binomial[n, k]^2 3^(k - 1), {k, 1, n}], {n, 0, 22}]
Table[(2^n LegendreP[n, 2] - 1)/3, {n, 0, 22}]
CROSSREFS
Sequence in context: A115194 A062274 A182556 * A219020 A280597 A301319
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 May 1 20:04 EDT 2024. Contains 372176 sequences. (Running on oeis4.)