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!)
A144047 Limiting values of A136564. 1
1, 4, 22, 111, 570, 2917, 15112, 78900, 416525, 2221529, 11974498, 65211746, 358742016, 1992975905, 11178149883, 63279615534, 361464920864, 2082869242399, 12104344580384, 70924864962233, 418922049779244 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = A136564(2*n, 3*n) for n > 0. - Andrew Howroyd, Apr 20 2020
PROG
(PARI) \\ Needs G function from A138107.
a(n)={if(n==0, 1, my(m=2*n); polcoef(G(3*n, x + O(x*x^m)) - G(3*n-1, x + O(x*x^m)), m))} \\ Andrew Howroyd, Apr 20 2020
CROSSREFS
Sequence in context: A006651 A159616 A244423 * A077543 A084157 A085939
KEYWORD
more,nonn
AUTHOR
Benoit Jubin and Vladeta Jovovic, Sep 08 2008
EXTENSIONS
Offset corrected and a(7)-a(20) from Andrew Howroyd, Apr 20 2020
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 13:02 EDT 2024. Contains 371969 sequences. (Running on oeis4.)