login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A063848 Numbers n such that mu(n) + mu(n+1) + mu(n+2) = 2. 1
14, 20, 32, 34, 38, 55, 56, 84, 86, 91, 92, 94, 117, 118, 121, 122, 132, 133, 140, 142, 143, 144, 145, 158, 159, 176, 183, 200, 202, 203, 204, 205, 208, 212, 214, 215, 216, 218, 219, 235, 247, 252, 297, 298, 299, 300, 302, 303, 319, 325, 326, 327, 328, 333 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

LINKS

Harry J. Smith, Table of n, a(n) for n=1,...,1000

PROG

(PARI) m(n) = moebius(n)+moebius(n+1)+moebius(n+2); j=[]; for(n=1, 1000, if(m(n)==2, j=concat(j, n))); j

(PARI) M(n) = moebius(n) + moebius(n + 1) + moebius(n + 2) { n=0; for (m=1, 10^9, if(M(m)==2, write("b063848.txt", n++, " ", m); if (n==1000, break)) ) } [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), Sep 01 2009]

CROSSREFS

Cf. A063838.

Sequence in context: A144585 A186193 A108874 * A110968 A054017 A129216

Adjacent sequences:  A063845 A063846 A063847 * A063849 A063850 A063851

KEYWORD

easy,nonn

AUTHOR

Jason Earls (zevi_35711(AT)yahoo.com), Aug 26 2001

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 14 23:04 EST 2012. Contains 205686 sequences.