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!)
Search: seq:0,1,6,26,100,361,1254,4245,14108,46247
Displaying 1-1 of 1 result found. page 1
     Sort: relevance | references | number | modified | created      Format: long | short | data
A344504 a(n) = [x^n] ((x - 1)/sqrt(4/(x + 1) - 3) + x + 1)/(2*x*(3*x - 1)). +30
0
0, 1, 6, 26, 100, 361, 1254, 4245, 14108, 46247, 149998, 482412, 1540880, 4893859, 15468910, 48696930, 152764452, 477771447, 1490245302, 4637349186, 14400224496, 44632551567, 138101593398, 426658380621, 1316306945952, 4055853282741, 12482506508174, 38375733088400 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
COMMENTS
Motzkin transform of the squares.
LINKS
FORMULA
a(n) = Sum_{k=0..n} k^2*binomial(n, k)*hypergeom([(k-n)/2, (k-n+1)/2], [k+2], 4).
a(n) ~ 4 * 3^(n - 1/2) * sqrt(n/Pi) * (1 - sqrt(3*Pi/n)/2). - Vaclav Kotesovec, May 24 2021
D-finite with recurrence -(n+1)*(2*n-3)*a(n) +(10*n^2-5*n-12)*a(n-1) -3*(2*n+5)*(n-1)*a(n-2) -9*(2*n-1)*(n-2)*a(n-3)=0. - R. J. Mathar, Mar 06 2022
MAPLE
gf := ((x - 1)/sqrt(4/(x + 1) - 3) + x + 1)/(2*x*(3*x - 1)):
ser := series(gf, x, 30): seq(coeff(ser, x, n), n=0..27);
CROSSREFS
Cf. A064189 (Motzkin numbers).
KEYWORD
nonn
AUTHOR
Peter Luschny, May 23 2021
STATUS
approved
page 1

Search completed in 0.002 seconds

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 June 29 14:02 EDT 2024. Contains 373851 sequences. (Running on oeis4.)