Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A063764
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A063764 Nonprimes n such that largest prime factor of n > n^(2/3). +0
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; listen)
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) & ]

PROGRAM

(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: A073486 A073487 A089995 this_sequence A138511 A167611 A151740

Adjacent sequences: A063761 A063762 A063763 this_sequence A063765 A063766 A063767

KEYWORD

nonn

AUTHOR

Robert G. Wilson v (rgwv(AT)rgwv.com), Aug 14 2001

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified November 22 20:51 EST 2009. Contains 167312 sequences.


AT&T Labs Research