[go: up one dir, main page]

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!)
Revision History for A335328 (Underlined text is an addition; strikethrough text is a deletion.)

Showing entries 1-10 | older changes
A335328 Number k such that both k and k+1 have an equal number of unitary and nonunitary divisors.
(history; published version)
#22 by Amiram Eldar at Fri Jun 05 12:47:44 EDT 2020
STATUS

editing

approved

#21 by Amiram Eldar at Fri Jun 05 12:47:41 EDT 2020
FORMULA

Numbers n such that both n and n+1 are of the form p^3 * q * r * s * ... where p, q, r, ... are distinct primes (with zereozero or more primes q, r, s, ...). - Charles R Greathouse IV, Jun 05 2020

STATUS

approved

editing

#20 by Charles R Greathouse IV at Fri Jun 05 10:42:45 EDT 2020
STATUS

editing

approved

#19 by Charles R Greathouse IV at Fri Jun 05 10:42:29 EDT 2020
FORMULA

Numbers n such that both n and n+1 are of the form p^3 * q * r * s * ... where p, q, r, ... are distinct primes (with zereo or more primes q, r, s, ...). - Charles R Greathouse IV, Jun 05 2020

CROSSREFS

Subsequence of A048109 and A000037.

Cf. A000005, A034444, A048105, A048109.

STATUS

approved

editing

#18 by Alois P. Heinz at Thu Jun 04 15:21:41 EDT 2020
STATUS

proposed

approved

#17 by Michel Marcus at Thu Jun 04 12:11:42 EDT 2020
STATUS

editing

proposed

#16 by Michel Marcus at Thu Jun 04 12:11:13 EDT 2020
MATHEMATICA

seqQ[n_] := DivisorSigma[0, n] == 2^(PrimeNu[n] + 1); q1 = seqQ[1]; s = {}; Do[q2 = seqQ[n]; If[q1 && q2, AppendTo[s, n-1]]; q1 = q2, {n, 2, 10^4}]; s (* typo corrected by _Zak Seidov_, Jun 04 2020 *)

STATUS

proposed

editing

Discussion
Thu Jun 04 12:11
Michel Marcus: so removed
#15 by Amiram Eldar at Thu Jun 04 11:53:44 EDT 2020
STATUS

editing

proposed

#14 by Amiram Eldar at Thu Jun 04 11:52:09 EDT 2020
MATHEMATICA

seqQ[n_] := DivisorSigma[0, n] == 2^(PrimeNu[n] + 1); q1 = QseqQ[1]; s = {}; Do[q2 = seqQ[n]; If[q1 && q2, AppendTo[s, n-1]]; q1 = q2, {n, 2, 10^4}]; s (* typo corrected by Zak Seidov, Jun 04 2020 *)

STATUS

proposed

editing

Discussion
Thu Jun 04 11:53
Amiram Eldar: I have fixed it (it run properly also with this typo - this is why I didn't spot it in the run). Thanks.
#13 by Michel Marcus at Thu Jun 04 10:49:57 EDT 2020
STATUS

editing

proposed

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 30 04:38 EDT 2024. Contains 375526 sequences. (Running on oeis4.)