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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A120944 Composite squarefree numbers. 26
6, 10, 14, 15, 21, 22, 26, 30, 33, 34, 35, 38, 39, 42, 46, 51, 55, 57, 58, 62, 65, 66, 69, 70, 74, 77, 78, 82, 85, 86, 87, 91, 93, 94, 95, 102, 105, 106, 110, 111, 114, 115, 118, 119, 122, 123, 129, 130, 133, 134, 138, 141, 142, 143, 145, 146, 154, 155, 158, 159, 161 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

COMMENTS

Intersection of A002808 and A005117: A008966(n) * (1-A010051(n)) = 1. [Reinhard Zumkeller, Dec 19 2011]

LINKS

Reinhard Zumkeller, Table of n, a(n) for n = 1..10000

MATHEMATICA

<< NumberTheory`NumberTheoryFunctions` lst={}; Do[If[SquareFreeQ[n], If[ !PrimeQ[n], AppendTo[lst, n]]], {n, 2, 6!}]; lst [From Vladimir Orlovsky (4vladimir(AT)gmail.com), Jan 20 2009]

PROG

(MAGMA) [n: n in [6..161] | IsSquarefree(n) and not IsPrime(n)];  // Bruno Berselli, Mar 03 2011

(Haskell)

a120944 n = a120944_list !! (n-1)

a120944_list = filter ((== 1) . a008966) a002808_list

-- Reinhard Zumkeller, Dec 19 2011

CROSSREFS

Cf. A000469 Nonprime squarefree numbers

Sequence in context: A182853 A080365 A000469 * A052053 A006881 A030229

Adjacent sequences:  A120941 A120942 A120943 * A120945 A120946 A120947

KEYWORD

nonn

AUTHOR

Zak Seidov (zakseidov(AT)yahoo.com), Aug 19 2006

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 17 21:13 EST 2012. Contains 206085 sequences.