The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
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 (list; graph; refs; listen; history; text; internal format)
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
Charles R Greathouse IV, Table of n, a(n) for n = 1..10000
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
Sequence in context: A073074 A034796 A047526 * A166570 A003668 A191263
KEYWORD
nonn
AUTHOR
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified May 13 16:07 EDT 2024. Contains 372522 sequences. (Running on oeis4.)