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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A119629 Inverse permutation to sequence A014631. 1
1, 2, 3, 4, 6, 5, 10, 13, 17, 7, 25, 30, 36, 42, 8, 54, 61, 69, 78, 9, 11, 104, 115, 126, 138, 150, 163, 14, 189, 203, 218, 233, 249, 265, 12, 18, 315, 333, 352, 371, 391, 411, 432, 453, 21, 496, 519, 542, 566, 590, 615, 640, 666, 692, 26, 15, 771, 799, 828, 857, 887 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

MATHEMATICA

lst = {1}; t = Flatten[Table[Binomial[n, m], {n, 16}, {m, Floor[n/2]}]]; Do[ If[ !MemberQ[lst, t[[n]]], AppendTo[lst, t[[n]] ]], {n, Length@t}]; Flatten@Table[ Position[lst, n], {n, 61}] (* Robert G. Wilson v *)

CROSSREFS

Cf. A014631.

Sequence in context: A064275 A080998 A183079 * A014631 A064787 A075160

Adjacent sequences:  A119626 A119627 A119628 * A119630 A119631 A119632

KEYWORD

nonn

AUTHOR

Leroy Quet Jun 08 2006

EXTENSIONS

More terms from Robert G. Wilson v (rgwv(at)rgwv.com), Jun 08 2006

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 21:51 EST 2012. Contains 205978 sequences.