The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A323216 Main diagonal of A323212. 0
1, 1, 7, 56, 477, 4180, 37401, 339184, 3107583, 28691938, 266537777, 2488340790, 23326071990, 219416722056, 2070014554612, 19578402111888, 185583671757949, 1762564846962972, 16768616366059543, 159777503753057786, 1524516616304476102, 14564266581096857240 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
MATHEMATICA
nmax = 21; T = PadRight[CoefficientList[# + O[y]^(nmax+1), y], nmax+1]& /@ CoefficientList[1 + 2 x (x+1)/(Sqrt[1 - 4 y] - 2 x (x+1) + 1) + O[x]^(nmax+1), x];
a[n_] := T[[n + 1, n + 1]];
Table[a[n], {n, 0, nmax}] (* Jean-François Alcover, Jul 21 2019 *)
CROSSREFS
Sequence in context: A126694 A305198 A264912 * A024091 A145302 A233669
KEYWORD
nonn
AUTHOR
Peter Luschny, Mar 18 2019
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 13 19:11 EDT 2024. Contains 372522 sequences. (Running on oeis4.)