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”).

A222306
Numbers n such that 4n is in A045980.
4
0, 2, 4, 7, 14, 16, 18, 31, 32, 38, 52, 54, 56, 70, 74, 79, 86, 108, 112, 117, 122, 126, 128, 130, 144, 151, 182, 189, 196, 234, 247, 248, 250, 252, 254, 256, 266, 268, 304, 326, 333, 338, 364, 367, 378, 416, 430, 432, 434, 436, 448, 486, 500, 511, 515, 518, 542, 549, 556, 558, 560, 592, 632, 635, 662, 670, 679, 682
OFFSET
1,2
LINKS
Charles R Greathouse IV, Table of n, a(n) for n = 1..10000
PROG
(PARI) T=thueinit('z^3+1); is(n)=n==0 || #thue(T, 4*n)>0 \\ Charles R Greathouse IV, Nov 29 2014
CROSSREFS
KEYWORD
nonn
AUTHOR
N. J. A. Sloane, Feb 15 2013, based on a suggestion from Allan C. Wechsler.
STATUS
approved