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!)
A275493 Number of primitive weird numbers (A002975) below 2^n. 3
0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 2, 2, 3, 6, 8, 9, 10, 14, 16, 20, 24, 29, 33, 46, 55, 61, 79, 87, 103, 128, 152, 173, 234, 266, 313, 403, 483, 561, 756, 850, 940 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,11
COMMENTS
It is not known unconditionally whether there are infinitely many primitive weird numbers (PWN, A002975), although numerical data provides strong evidence: even the number of weird numbers of the form 2^k*p*q (A258882, A258333) seems to increase rapidly as k increases. Melfi has shown that Cramer's conjecture implies the infiniteness of PWN.
LINKS
Giuseppe Melfi, On the conditional infiniteness of primitive weird numbers, Journal of Number Theory, Volume 147, February 2015, Pages 508-514.
PROG
(PARI) vector(40, n, #select(t->t<2^n, A002975)) \\ assuming that A002975 is defined as a set, vector or list with enough terms.
CROSSREFS
Sequence in context: A011141 A159915 A007801 * A193595 A077871 A215450
KEYWORD
nonn,more
AUTHOR
M. F. Hasler, Jul 30 2016
EXTENSIONS
a(0) inserted, a(39) corrected, and a(40) added by Amiram Eldar, Sep 02 2023
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 19 19:02 EDT 2024. Contains 371798 sequences. (Running on oeis4.)