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!)
A275492 Number of primitive weird numbers (A002975) between 10^n and 10^(n+1). 3
0, 1, 1, 5, 6, 11, 24, 37, 67, 124, 223, 382 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
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) a(n)=sum(n=10^n\2+1, 5*10^n, is_A002975(n*2))
CROSSREFS
Sequence in context: A344555 A039918 A020685 * A046828 A328095 A046830
KEYWORD
nonn,more
AUTHOR
M. F. Hasler, Jul 30 2016
EXTENSIONS
Wrong initial term removed and a(11) 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 24 08:59 EDT 2024. Contains 371935 sequences. (Running on oeis4.)