login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A066224 Bisection of A000085. 2
1, 4, 26, 232, 2620, 35696, 568504, 10349536, 211799312, 4809701440, 119952692896, 3257843882624, 95680443760576, 3020676745975552, 101990226254706560, 3666624057550245376, 139813029266338603264 (list; graph; refs; listen; history; internal format)
OFFSET

0,2

FORMULA

n!*2^n*LaguerreL(n, 1/2, -1/2). - Vladeta Jovovic (vladeta(AT)eunet.rs), May 10 2003

a(n)=sum(n!*(2^(n-m))*binomial(n+1/2,n-m)/m!,m=0..n), n>=0.

MAPLE

a := proc(n) option remember: if n = 0 then RETURN(1) fi: if n = 1 then RETURN(1) fi: a(n-1)+(n-1)*a(n-2): end: for i from 1 to 61 by 2 do printf(`%d, `, a(i)) od:

CROSSREFS

Cf. A066223.

Unsigned row sums of A130757.

Sequence in context: A168448 A105616 A107879 * A136227 A000310 A054360

Adjacent sequences:  A066221 A066222 A066223 * A066225 A066226 A066227

KEYWORD

nonn,easy

AUTHOR

N. J. A. Sloane (njas(AT)research.att.com), Dec 19 2001

EXTENSIONS

More terms and Maple code from James A. Sellers (sellersj(AT)math.psu.edu), Feb 11, 2002

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 17 12:23 EST 2012. Contains 206011 sequences.