Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A143963
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A143963 Binomial transform of A012245. +0
1
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; listen)
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: A011914 A122047 A137358 this_sequence A139714 A063542 A122554

Adjacent sequences: A143960 A143961 A143962 this_sequence A143964 A143965 A143966

KEYWORD

nonn

AUTHOR

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

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 November 18 20:14 EST 2008. Contains 147244 sequences.


AT&T Labs Research