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!)
A291846 Central terms in irregular triangle A291845. 3
1, 1, 5, 33, 283, 2995, 37723, 551047, 9157923, 170606547, 3521075919, 79741123539, 1965955092517, 52414187219485, 1502559229282213, 46087421890091145, 1506033038595292467, 52232959640093489043, 1916263566511685329711, 74142047814365044902307, 3017192203838382727894241, 128829022389463544587355721, 5758871157244067281788041809 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
COMMENTS
G.f. of row n in triangle A291845 equals Product_{k=0..n-1} (1 + (2*k+1)*x + x^2), with row sums equal to the odd double factorials A001147.
LINKS
FORMULA
a(n) = A291845(n,n).
PROG
(PARI) /* As Central Terms of Triangle A291845 */
{A291845(n, k)=polcoeff(prod(j=0, n-1, 1 + (2*j+1)*x + x^2), k)}
{for(n=0, 25, print1(A291845(n, n), ", "))}
CROSSREFS
Sequence in context: A120733 A218496 A144792 * A255927 A001828 A084845
KEYWORD
nonn
AUTHOR
Paul D. Hanna, Sep 03 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 25 16:45 EDT 2024. Contains 371989 sequences. (Running on oeis4.)