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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A143963 Binomial transform of A012245. 0
0, 1, 3, 6, 10, 15, 22, 35, 64, 129, 265, 528, 1002, 1807, 3108, 5125, 8144, 12529, 18735, 27322, 38970, 54495, 74866, 101223, 134897, 177450, 230906, 299313, 397621, 594210, 1188015, 3366352, 11425020, 39675229, 132473639, 418849690 (list; graph; refs; listen; history; internal format)
OFFSET

0,3

FORMULA

a(n) = Sum_{k=1..n} C(n,k)*A012245(k).

EXAMPLE

a(6) = [6,15,20,15,6,1]*[1,1,0,0,0,1] = 6+15+1 = 22.

MAPLE

a:= proc(n) local k, i, s; s:=0; k:=1; i:=1; while k<=n do s:= s+ binomial(n, k); i:=i+1; k:=k*i; od; s; end: seq (a(n), n=0..40);

CROSSREFS

Cf. A007318, A012245.

Sequence in context: A122047 A177100 A137358 * A139714 A063542 A122554

Adjacent sequences:  A143960 A143961 A143962 * A143964 A143965 A143966

KEYWORD

nonn

AUTHOR

Alois P. Heinz (heinz(AT)hs-heilbronn.de), Sep 05 2008

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 14 23:53 EST 2012. Contains 205689 sequences.