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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A111695 a(n) = C(n,a)*C(n,b)*C(n,c)... where n = abc... are the decimal digits of n. 1
1, 1, 1, 1, 1, 1, 1, 1, 1, 10, 121, 792, 3718, 14014, 45045, 128128, 330616, 787644, 1755182, 190, 4410, 53361, 448063, 2932776, 15939000, 74824750, 311698530, 1174863690, 4066092030, 4060, 139345, 2460160, 29767936, 277513984 (list; graph; refs; listen; history; internal format)
OFFSET

1,10

COMMENTS

a(10^n) = 10^n. a{(10^n-1)/9} = ({10^n-10/9}^n.

EXAMPLE

a(12) = C(12,1)*C(12,2) = 12*66 = 792.

a(111) = 111^3.

MAPLE

a:=proc(n) local aa: aa:=convert(n, base, 10): product(binomial(n, aa[j]), j=1..nops(aa)) end: seq(a(n), n=1..40); (Deutsch)

CROSSREFS

Cf. A111696.

Sequence in context: A111482 A095870 A178928 * A027770 A202808 A091692

Adjacent sequences:  A111692 A111693 A111694 * A111696 A111697 A111698

KEYWORD

base,easy,nonn

AUTHOR

Amarnath Murthy (amarnath_murthy(AT)yahoo.com), Aug 17 2005

EXTENSIONS

More terms from Emeric Deutsch (deutsch(AT)duke.poly.edu), Aug 27 2005

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 16 12:15 EST 2012. Contains 205909 sequences.