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.

A191914 Smallest number m greater than n such that the happy couples of m and n have a member in common.

This page as a plain text file.
%I A191914 #4 Mar 30 2012 18:51:10
%S A191914 2,3,5,6,7,8,10,12,12,11,13,15,17,18,20,20,19,22,23,24,28,32,26,28,30,
%T A191914 27,29,35,31,35,37,34,39,38,42,42,41,40,52,46,43,48,47,52,55,54,50,56,
%U A191914 56,51,53,60,58,62,70,63,69,59,61,68,65,66,72,72,67,86
%N A191914 Smallest number m greater than n such that the happy couples of m and n have a member in common.
%C A191914 The intersection of {A007966(n),A007967(n)} and {A007966(a(n)),A007967(a(n))} is not empty, but the intersection of {A007966(n),A007967(n)} and {A007966(m),A007967(m)} is empty for n<m<a(n).
%H A191914 J. H. Conway, <a href="http://www.cs.uwaterloo.ca/journals/JIS/happy.html">On Happy Factorizations</a>, J. Integer Sequences, Vol. 1, 1998, #1.
%e A191914 Let hc(n) = (A007966(n),A007967(n)),
%e A191914 n=6, a(6) =  8: hc(6) = (2,3) and hc(8)  = (2,4)  with common 2,
%e A191914 n=7, a(7) = 10: hc(7) = (7,1) and hc(10) = (1,10) with common 1,
%e A191914 n=8, a(8) = 12: hc(8) = (2,4) and hc(12) = (3,4)  with common 4,
%e A191914 n=9, a(9) = 12: hc(9) = (3,3) and hc(12) = (3,4)  with common 3.
%K A191914 nonn
%O A191914 1,1
%A A191914 _Reinhard Zumkeller_, Jun 19 2011