[go: up one dir, main page]

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!)
A034270 f(n,n+3) where f is given in A034261. 1
0, 1, 13, 99, 605, 3289, 16653, 80444, 375972, 1715130, 7681586, 33913385, 148018455, 640049865, 2746422525, 11708971560, 49647131160, 209523969630, 880668859590, 3688555690950, 15401089588794, 64128925255626, 266376231244178, 1104047701891624, 4566956385797400 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n) ~ c*sqrt(n)*4^n, with c = 8/sqrt(Pi) = 2*A249521. - Stefano Spezia, Oct 19 2023
MATHEMATICA
Table[n*(n^2+4*n+1)*Binomial[2*n+3, n]/((n+4)*(n+5)), {n, 0, 20}] (* Vaclav Kotesovec, Oct 27 2012 *)
PROG
(Magma) [n*(n^2+4*n+1)*Binomial(2*n+3, n)/((n+4)*(n+5)): n in [0..25]]; // Vincenzo Librandi, May 04 2013
(PARI) a(n)=n*(n^2+4*n+1)*binomial(2*n+3, n)/((n+4)*(n+5)); \\ Joerg Arndt, May 04 2013
CROSSREFS
Sequence in context: A006976 A282992 A295271 * A201427 A155646 A089936
KEYWORD
nonn,easy
AUTHOR
EXTENSIONS
Corrected and extended by N. J. A. Sloane, Apr 21 2000
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 August 29 13:55 EDT 2024. Contains 375517 sequences. (Running on oeis4.)