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

A221280
Numbers m such that lambda(m) = lambda(m+1), where lambda(n) = A008836(n) is the Liouville function.
3
2, 7, 9, 11, 12, 14, 15, 17, 18, 19, 21, 24, 25, 27, 28, 29, 30, 31, 33, 34, 35, 38, 39, 41, 42, 43, 44, 47, 52, 54, 55, 56, 57, 64, 66, 67, 70, 71, 72, 75, 78, 79, 81, 84, 85, 86, 87, 90, 93, 94, 95, 97, 98, 101, 102, 107, 108, 109, 112, 113, 116, 118, 121, 122, 124, 127, 130
OFFSET
1,1
COMMENTS
Sequence is infinite. Density is conjecturally 1/2; it is easy to show that the density is at least 1/4 (one of k, 2k, and 2k+1 is in this sequence).
m is a term iff lambda(A000217(m)) = -1. See link. - Jon Maiga, Jan 03 2019
LINKS
MATHEMATICA
Select[ Range[130], LiouvilleLambda[#] == LiouvilleLambda[# + 1] &] (* Jean-François Alcover, Jul 30 2013 *)
PROG
(PARI) is(n)=(-1)^bigomega(n)==(-1)^bigomega(n+1)
CROSSREFS
KEYWORD
nonn
AUTHOR
STATUS
approved