login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A191862
First member of a pair of numbers occurring in the definition of 2-happy couples.
2
1, 1, 1, 3, 1, 2, 7, 1, 5, 1, 7, 1, 2, 1, 23, 1, 7, 99, 1, 4, 5, 43, 1, 1, 9, 51, 3, 1, 1, 1, 5, 47, 4005, 16, 277, 1, 11, 4, 193, 57, 191, 3, 1, 1, 2, 3383, 7, 21, 70, 20621, 1, 13, 5, 17, 20, 25, 51, 217, 1, 7, 9041, 5, 1, 416941, 1, 251, 1, 1, 15, 3, 5
OFFSET
1,4
LINKS
Reinhard Zumkeller, Table of n, a(n) for n = 1..99
J. H. Conway, On Happy Factorizations, J. Integer Sequences, Vol. 1, 1998, #1.
PROG
(Haskell)
a191862 = fst . sqrtPair . a007970
-- Function sqrtPair is defined in A007968.
-- Reinhard Zumkeller, Oct 11 2015
CROSSREFS
Sequence in context: A134348 A331789 A308001 * A266055 A074305 A151855
KEYWORD
nonn
AUTHOR
Reinhard Zumkeller, Jun 18 2011
EXTENSIONS
Wrong comment and wrong formula removed (thanks to Wolfdieter Lang, who pointed this out) by Reinhard Zumkeller, Oct 11 2015
STATUS
approved