Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A071938
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A071938 Binomial(max(n,R(n),min(n,R(n)) where R(n) is the reversal of n. +0
1
1, 1, 1, 1, 1, 1, 1, 1, 1, 10, 1, 293930, 206253075, 35240152720, 3188675231420, 202802465047245, 10358022441395860, 456703981505085600, 18150420051920130975, 190, 293930, 1, 28048800, 353697121050 (list; graph; listen)
OFFSET

1,10

COMMENT

a(n) = Binomial(n,reverse(n)) if n >= reverse(n); = Binomial(reverse(n),n) if n < reverse(n).

a(n) = 1 if n is a palindrome. a(n) = n if n = 10^k. - Amarnath Murthy (amarnath_murthy(AT)yahoo.com), Jul 14 2005

EXAMPLE

a(10) = binomial(10,1) = 10, a(11) = 1, a(12) = binomial(21,12) = 293930.

MAPLE

R:=proc(n) local nn, nnn: nn:=convert(n, base, 10): add(nn[nops(nn)+1-j]*10^(j-1), j=1..nops(nn)) end: seq(binomial(max(n, R(n)), min(n, R(n))), n=1..27); - Emeric Deutsch (deutsch(AT)duke.poly.edu), Jul 16 2005

CROSSREFS

Sequence in context: A131367 A048176 A127616 this_sequence A057603 A040097 A010174

Adjacent sequences: A071935 A071936 A071937 this_sequence A071939 A071940 A071941

KEYWORD

base,nonn

AUTHOR

Joseph L. Pe (joseph_l_pe(AT)hotmail.com), Jun 14 2002

EXTENSIONS

Edited by njas at the suggestion of Andrew Plewe, Jun 23 2007

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 September 6 16:04 EDT 2008. Contains 143483 sequences.


AT&T Labs Research