|
Search: id:A080393
|
|
| |
|
| 0, 1, 2, 3, 40, 5, 12, 25, 1122, 13, 420, 1103
(list; graph; listen)
|
|
|
OFFSET
|
1,3
|
|
|
COMMENT
|
It is undecided whether all positive integers arise here or not.
|
|
EXAMPLE
|
a(1)=0; parity of n and a(n) is opposite; n=10: a(10)=13 because in A080383 10 appears first as 13th term; extension: a(14)=421
|
|
MATHEMATICA
|
f[x_] := Count[Table[IntegerQ[Binomial[x, Floor[x/2]]/ Binomial[x, j]], {j, 0, n}], True]; t=Table[0, {20}]; Do[s=f[n]; If[s<21&&t[[s]]==0, t[[s]]=n], {n, 1, 1300}]; t
|
|
CROSSREFS
|
Cf. A080383, A080385(1)=a(7), A080386(1)=a(8), A080387(1)=a(10), A080384(1)=a(6).
Sequence in context: A060813 A039820 A076724 this_sequence A111683 A088984 A097170
Adjacent sequences: A080390 A080391 A080392 this_sequence A080394 A080395 A080396
|
|
KEYWORD
|
nonn
|
|
AUTHOR
|
Labos E. (labos(AT)ana.sote.hu), Mar 17 2003
|
|
|
Search completed in 0.002 seconds
|