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!)
A066134 Numbers from A066112 that are neither square nor twice a square, i.e., are not in A028982 but are in A028983. 1
48, 180, 245, 432, 500, 605, 931, 980, 1200, 1280, 1620, 1805, 2205, 2352, 2420, 3380, 3724, 3888, 3920, 4500, 4655, 5445, 5780, 5808, 6125, 6845, 7203, 7220, 7936, 8112, 8379, 8405, 8820, 9072, 9251, 9680, 10580, 10800, 11520, 11760, 12500 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
180 is neither square nor 2*square, but sigma_4(180)/sigma_2(180) = 1135275414/49686 = 22849 = 73*313.
PROG
(PARI) { n=0; for (m=1, 10^9, if (issquare(m) || issquare(m/2), next); if (frac(f=sigma(m, 4)/sigma(m, 2)), next); if (!isprime(f), write("b066134.txt", n++, " ", m); if (n==1000, return)) ) } \\ Harry J. Smith, Feb 02 2010
CROSSREFS
Sequence in context: A346293 A244178 A131683 * A233682 A233675 A005911
KEYWORD
nonn
AUTHOR
Labos Elemer, Dec 06 2001
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 August 25 12:40 EDT 2024. Contains 375439 sequences. (Running on oeis4.)