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!)
A111633 Let n = abc...xyz denote the decimal digits of n. Then a(n) = C(a,z)+C(b,y)+C(c,x)+...+C(x,c)+C(y,b)+C(z,a). 1
1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 2, 3, 4, 5, 6, 7, 8, 9, 1, 2, 2, 3, 6, 10, 15, 21, 28, 36, 1, 3, 3, 2, 4, 10, 20, 35, 56, 84, 1, 4, 6, 4, 2, 5, 15, 35, 70, 126, 1, 5, 10, 10, 5, 2, 6, 21, 56, 126, 1, 6, 15, 20, 15, 6, 2, 7, 28, 84, 1, 7, 21, 35, 35, 21, 7, 2, 8, 36, 1, 8, 28, 56, 70, 56, 28, 8, 2 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,11
LINKS
MATHEMATICA
f[n_] := Plus @@ Binomial[ IntegerDigits[n], Reverse[ IntegerDigits[ n]]]; Table[ f[n], {n, 88}]
CROSSREFS
Sequence in context: A157282 A114010 A289188 * A273662 A034138 A254667
KEYWORD
base,nonn
AUTHOR
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 April 19 14:10 EDT 2024. Contains 371792 sequences. (Running on oeis4.)