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!)
A241202 Beginning of a polynomial relation of degree n in n+2 terms in the first half of Pascal's triangle. See A241201. 1
1, 2, 26, 9, 149, 489 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Is this sequence finite?
LINKS
MATHEMATICA
t = Table[k = 1; While[b = Binomial[k, Range[0, k/2]]; d = Differences[b, n + 1]; ! MemberQ[d, 0], k++]; {k, Position[d, 0, 1, 1][[1, 1]] - 1}, {n, 6}]; Transpose[t][[2]]
CROSSREFS
Cf. A008865 (binomial(n,k) has 3 consecutive terms in a linear relation).
Cf. A062730 (3 terms in arithmetic progression in Pascal's triangle).
Cf. A241199, A241200 (similar, but quadratic).
Sequence in context: A056948 A292359 A035420 * A278479 A351921 A022375
KEYWORD
nonn,more
AUTHOR
T. D. Noe, Apr 21 2014
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 19:02 EDT 2024. Contains 371798 sequences. (Running on oeis4.)