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.

A182756 Numbers k > 1 such that are sequences B_k of type: {b(1) = 1, b(2) = k, for n >= 3; b(n) = the smallest number h > b(n-1) such that [[b(n-2) + b(n-1)] * [b(n-2) + h] * [b(n-1) + h]] / [b(n-2) * b(n-1) * h] is an integer}.

This page as a plain text file.
%I A182756 #12 Jan 09 2025 02:51:50
%S A182756 2,3,6,14,21,35,77,90,234,286,611
%N A182756 Numbers k > 1 such that are sequences B_k of type: {b(1) = 1, b(2) = k, for n >= 3; b(n) = the smallest number h > b(n-1) such that [[b(n-2) + b(n-1)] * [b(n-2) + h] * [b(n-1) + h]] / [b(n-2) * b(n-1) * h] is an integer}.
%C A182756 With 1 complement of A182757.
%C A182756 Is this a union/superset of A032908 and A101879? - _Ralf Stephan_, Nov 29 2010
%e A182756 For n =1; a(n) = 2; B_2 = A038754(n): 1, 2, 3, 6, 9, 18, 27, 54, 81, 162, 243, 486, …
%e A182756 For n =2; a(n) = 3; B_3 = A182751(n): 1, 3, 6, 9, 18, 27, 54, 81, 162, 243, 486, …
%e A182756 For n =3; a(n) = 6; B_6 = A182752(n): 1, 6, 14, 84, 196, 1176, 2744, 16464, 38416, …
%e A182756 For n =4; a(n) = 14; B_14 = A182753(n): 1, 14, 35, 490, 1225, 17150, 42875, …
%e A182756 For n =5; a(n) = 21; B_21 = A182754(n): 1, 21, 77, 1617, 5929, 124509, 456533, …
%e A182756 For n =6; a(n) = 35; B_35 = A182755(n): 1, 35, 90, 3150, 8100, 283500, 729000, …
%Y A182756 Cf. A182751, A182752, A182753, A182754, A182755, A182757, A038754.
%K A182756 nonn,more
%O A182756 1,1
%A A182756 _Jaroslav Krizek_, Nov 27 2010