Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A066224
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A066224 Bisection of A000085. +0
3
1, 4, 26, 232, 2620, 35696, 568504, 10349536, 211799312, 4809701440, 119952692896, 3257843882624, 95680443760576, 3020676745975552, 101990226254706560, 3666624057550245376, 139813029266338603264 (list; graph; listen)
OFFSET

0,2

FORMULA

n!*2^n*LaguerreL(n, 1/2, -1/2). - Vladeta Jovovic (vladeta(AT)Eunet.yu), 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: A089816 A105616 A107879 this_sequence A136227 A000310 A054360

Adjacent sequences: A066221 A066222 A066223 this_sequence A066225 A066226 A066227

KEYWORD

nonn,easy

AUTHOR

njas, Dec 19 2001

EXTENSIONS

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

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified August 19 23:53 EDT 2008. Contains 142930 sequences.


AT&T Labs Research