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!)
A275491 Number of primitive weird numbers (A002975) below 10^n. 4
0, 0, 1, 2, 7, 13, 24, 48, 85, 152, 277, 499, 881 (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. G. Melfi has shown that Cramer's conjecture implies the infiniteness of PWN.
Partial sums of A275492.
LINKS
G. Melfi, On the conditional infiniteness of primitive weird numbers, Journal of Number Theory, Volume 147, February 2015, Pages 508-514.
PROG
(PARI) s=0; vector(22, n, s+=sum(n=10^n\20+1, 10^n\2, is_A002975(n*2)))
(PARI) vector(22, n, #select(t->t<10^n, A002975)) \\ If A002975 is defined as set, vector, or list with enough terms.
CROSSREFS
Sequence in context: A045377 A180470 A182415 * A360673 A183435 A360385
KEYWORD
nonn,more
AUTHOR
M. F. Hasler, Jul 30 2016
EXTENSIONS
a(12) from Robert G. Wilson v, May 25 2018
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 June 4 21:13 EDT 2023. Contains 363130 sequences. (Running on oeis4.)