The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
login
The OEIS is supported by the many generous donors 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; text; internal format)
OFFSET
1,10
COMMENTS
a(10^n) = 10^n. a{(10^n-1)/9} = ({10^n-10/9}^n.
LINKS
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): mul(binomial(n, aa[j]), j=1..nops(aa)) end: seq(a(n), n=1..40); # Emeric Deutsch, Aug 27 2005
CROSSREFS
Cf. A111696.
Sequence in context: A111482 A095870 A178928 * A027770 A330847 A202808
KEYWORD
base,easy,nonn
AUTHOR
Amarnath Murthy, Aug 17 2005
EXTENSIONS
More terms from Emeric Deutsch, Aug 27 2005
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified June 10 09:13 EDT 2024. Contains 373259 sequences. (Running on oeis4.)