cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A028307 Form a triangle with n numbers in top row; all other numbers are the sum of their parents. E.g.: 4 1 2 7; 5 3 9; 8 12; 20. The numbers must be positive and distinct and the final number is to be minimized. Sequence gives final number.

This page as a plain text file.
%I A028307 #20 Apr 11 2022 21:46:05
%S A028307 1,3,8,20,43,98,212,465,1000,2144,4497,9504,19872,41455,85356,178630,
%T A028307 363467,757085,1541998,3183600,6515066,13357593,27432649,55914902,
%U A028307 114683858,233517515,478061719,972479046,1986013932
%N A028307 Form a triangle with n numbers in top row; all other numbers are the sum of their parents. E.g.: 4 1 2 7; 5 3 9; 8 12; 20. The numbers must be positive and distinct and the final number is to be minimized. Sequence gives final number.
%C A028307 Suggested by Problem 401 of the All-Soviet-Union Mathematical Competitions 1961-1986. Two different links are available for this collection.
%H A028307 Mauro Fiorentini, <a href="/A028307/a028307.txt">Further comments</a>
%H A028307 Vladimir A. Pertsel, <a href="https://olympiads.win.tue.nl/imo/soviet/RusMath.html">Problems of the All-Soviet-Union Mathematical Competitions 1961-1986</a>
%F A028307 From _A.H.M. Smeets_, Feb 25 2022: (Start)
%F A028307 a(n) > 2*a(n-1). Proof: Let x, y be the numbers in the second last row, then x >= a(n-1), y >= a(n-1) and x != y, so a(n) = x + y > 2*a(n-1).
%F A028307 It seems that a(n) > (4/3)*(2*a(n-1)-a(n-2)). (End)
%e A028307 Solutions for n = 1, 2, ... are:
%e A028307   1;
%e A028307   1, 2;
%e A028307   2, 1, 4;
%e A028307   4, 1, 2, 7;
%e A028307   7, 2, 1, 4, 6;
%e A028307   8, 6, 1, 3, 2, 10;
%e A028307   ...
%Y A028307 Cf. A028308, A062896, A340389.
%K A028307 nonn,nice
%O A028307 1,2
%A A028307 _Mauro Fiorentini_
%E A028307 More terms from the author, Jul 03 2001