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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A063764 Nonprimes n such that largest prime factor of n > n^(2/3). 1
10, 14, 22, 26, 33, 34, 38, 39, 46, 51, 57, 58, 62, 68, 69, 74, 76, 82, 86, 87, 92, 93, 94, 106, 111, 116, 118, 122, 123, 124, 129, 134, 141, 142, 145, 146, 148, 155, 158, 159, 164, 166, 172, 177, 178, 183, 185, 188, 194, 201, 202, 205, 206, 212, 213, 214, 215 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

LINKS

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

MATHEMATICA

Select[ Range[ 2, 250 ], !PrimeQ[ # ] && FactorInteger[ # ] [ [ -1, 1 ] ] > #^(2/3) & ]

PROG

(PARI) { n=0; for (m=2, 10^9, f=vecmax(component(factor(m), 1)); if(!isprime(m) && f^3 > m^2, write("b063764.txt", n++, " ", m); if (n==1000, break)) ) } [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), Aug 30 2009]

CROSSREFS

Sequence in context: A073487 A089995 A175586 * A138511 A167611 A151740

Adjacent sequences:  A063761 A063762 A063763 * A063765 A063766 A063767

KEYWORD

nonn

AUTHOR

Robert G. Wilson v (rgwv(AT)rgwv.com), Aug 14 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 16 07:10 EST 2012. Contains 205874 sequences.