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!)
A228057 Odd numbers of the form p * m^2, where p is prime and m > 1. 3
27, 45, 63, 75, 99, 117, 125, 147, 153, 171, 175, 207, 243, 245, 261, 275, 279, 325, 333, 343, 363, 369, 387, 405, 423, 425, 475, 477, 507, 531, 539, 549, 567, 575, 603, 605, 637, 639, 657, 675, 711, 725, 747, 775, 801, 833, 845, 847, 867, 873, 891, 909, 925 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
This sequence is the second step toward candidates for odd perfect numbers, A228058.
LINKS
MATHEMATICA
nn = 1000; Union[Select[Flatten[Table[p*n^2, {p, Prime[Range[2, PrimePi[nn/4]]]}, {n, 3, Sqrt[nn/2], 2}]], # < nn &]]
PROG
(Haskell)
a228057 n = a228057_list !! (n-1)
a228057_list = filter odd a228056_list -- Reinhard Zumkeller, Aug 14 2013
CROSSREFS
Sequence in context: A046340 A046316 A046373 * A113481 A328897 A369979
KEYWORD
nonn
AUTHOR
T. D. Noe, Aug 13 2013
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 April 24 00:30 EDT 2024. Contains 371917 sequences. (Running on oeis4.)