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!)
A098437 Row sums in triangle of 3rd central factorial numbers (A098436). 2
1, 2, 11, 111, 1732, 41153, 1361023, 59661972, 3400514643, 244686040585, 21672428066346, 2327934086035165, 299095824104595685, 45325168774732866658, 8011977427652269129031 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
John Riordan, Letter, Apr 28 1976.
FORMULA
O.g.f.: Sum_{n>=0} x^n / Product_{k=1..n+1} (1-k^3*x). [From Paul D. Hanna, Feb 15 2012]
G.f.: (1 - G(0) )/(1-x) where G(k) =1 - 1/(1 - x*k^3)/(1-x/(x-1/G(k+1) )); (recursively defined continued fraction). - Sergei N. Gladkovskii, Jan 17 2013
PROG
(PARI) {a(n)=polcoeff(sum(m=0, n, x^m/prod(k=1, m+1, 1-k^3*x +x*O(x^n))), n)} /* Paul D. Hanna, Feb 15 2012 */
CROSSREFS
Sequence in context: A141314 A363481 A099933 * A145163 A205073 A069574
KEYWORD
nonn
AUTHOR
Ralf Stephan, Sep 08 2004
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 24 11:01 EDT 2024. Contains 371936 sequences. (Running on oeis4.)