Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A058084
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A058084 Smallest m such that binomial(m,k) = n for some k. +0
1
0, 2, 3, 4, 5, 4, 7, 8, 9, 5, 11, 12, 13, 14, 6, 16, 17, 18, 19, 6, 7, 22, 23, 24, 25, 26, 27, 8, 29, 30, 31, 32, 33, 34, 7, 9, 37, 38, 39, 40, 41, 42, 43, 44, 10, 46, 47, 48, 49, 50, 51, 52, 53, 54, 11, 8, 57, 58, 59, 60, 61, 62, 63, 64, 65, 12, 67, 68, 69, 8, 71, 72, 73, 74, 75, 76 (list; graph; listen)
OFFSET

1,2

COMMENT

Index of first row of Pascal's triangle (A007318) containing n.

LINKS

T. D. Noe, Table of n, a(n) for n=1..1000

EXAMPLE

a(28)=8 because 28 is first found in row 8 of Pascal's triangle (where the first row is counted as 0).

MAPLE

with(combinat): for n from 2 to 150 do flag := 0: for m from 1 to 150 do for k from 1 to m do if binomial(m, k) = n then printf(`%d, `, m); flag := 1; break fi: od: if flag=1 then break fi; od: od:

CROSSREFS

Sequence in context: A068794 A130065 A079881 this_sequence A074882 A079867 A079869

Adjacent sequences: A058081 A058082 A058083 this_sequence A058085 A058086 A058087

KEYWORD

nice,nonn,easy

AUTHOR

Fabian Rothelius (fabian.rothelius(AT)telia.com), Nov 25 2000

EXTENSIONS

More terms from James A. Sellers (sellersj(AT)math.psu.edu), Nov 27 2000

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 July 26 13:41 EDT 2008. Contains 142293 sequences.


AT&T Labs Research