[go: up one dir, main page]

login
Revisions by Bill McEachen (See also Bill McEachen's wiki page)

(Bold, blue-underlined text is an addition; faded, red-underlined text is a deletion.)

Showing entries 1-10 | older changes
allocated for Bill McEachen
(history; published version)
#16 by Bill McEachen at Fri Nov 22 08:41:35 EST 2024
EXAMPLE

The first non-square odd composite is 15. The greatest prime < sqrt(15) = 3. Since 15=3*5, 3 is the desired factor and a(1)=0 (no iterations required). The same applies to 21, so a(2)=0.

The same applies to 21, so a(2)=0.

Discussion
Fri Nov 22
08:42
Bill McEachen: @Michel more clear I hope ?
#15 by Bill McEachen at Fri Nov 22 08:40:55 EST 2024
NAME

Iterations to the nearest prime factor < sqrt(A082686(n)).

EXAMPLE

The first odd composite is 9 but it is a square and so is skipped.

The next first non-square odd composite is 15. The greatest prime < sqrt(15) = 3. Since 15=3*5, 3 is the desired factor and a(1)=0 (no iterations required).

The next treated odd composite is 27, with the greatest prime < sqrt(27) = 5. Since 27=3*9, 3 is one prime preceding 5 and so a(3)=1.

When A082686(n)=7923 is evaluated, the starting prime factor for evaluation is 89, and we see the actual factor as 19. a(n) is the iteration count to the resulting term, or 16 (evaluations from the 24th prime down to the 8th prime).

CROSSREFS

Cf. A082686.

#14 by Bill McEachen at Thu Nov 21 23:48:44 EST 2024
NAME

Iterations to the nearest prime factor < sqrt(QA082686), Q being a nonsquare odd composite.

CROSSREFS
STATUS

proposed

editing

Discussion
Thu Nov 21
23:49
Bill McEachen: @Michel yes, thanks, I reflected that.
Fri Nov 22
01:24
Michel Marcus: xrefs must begin with Cf.
01:26
Michel Marcus: Iterations  ?  I don't see .    Number of iterations ??   evenn then, not very clear
#7 by Bill McEachen at Thu Nov 21 21:01:15 EST 2024
STATUS

editing

proposed

#6 by Bill McEachen at Thu Nov 21 19:22:09 EST 2024
NAME

Iterations downwards from to the nearest prime < sqrt(Q) to an encountered factor, < sqrt(Q), Q being a non-square odd composite.

COMMENTS

Every integer should be seen in this infinite sequence. New records appear to be in consecutive numerical order, suggesting every integer should be seen in this infinite sequence. Considering a(n)=0, empirically a power fit Y=k*x^c correlates well with the "xth" occurrence. For example, the 491st 0 value is at n=99808.

Discussion
Thu Nov 21
21:01
Bill McEachen: Near as I can tell, asymptotically the running avg of terms is A*n^B with A,B each <0.5. The first 100K terms approx yield 0.454,0.44 respectively
Sum of the twin prime pairs less than 10^n.
(history; published version)
#20 by Bill McEachen at Thu Oct 24 21:32:20 EDT 2024
STATUS

editing

proposed

Discussion
Thu Oct 24
21:37
Andrew Howroyd: Don't bother. PARI syntax is an evolution.
#19 by Bill McEachen at Thu Oct 24 21:31:33 EDT 2024
PROG

(PARI) sumtwins(n) = { local(x, j, s, sr, p10x); for(x=1, n, s=0; p10x=10^x; forstep(j=3, 10^x, 2, if(j+2 < p10x & & ispseudoprime(j) & & ispseudoprime(j+2), s+=j+j+2); ); print1(s", "); ) }

STATUS

approved

editing

Discussion
Thu Oct 24
21:32
Bill McEachen: very minor syntax fix (unsure how to initial if at all)
allocated for Bill McEachen
(history; published version)
#5 by Bill McEachen at Tue Oct 15 22:23:08 EDT 2024
NAME

allocated for Bill McEachen

Iterations downwards from the nearest prime < sqrt(Q) to an encountered factor, Q being a non-square odd composite.

DATA

0, 0, 1, 1, 0, 1, 0, 2, 1, 2, 0, 1, 2, 1, 0, 1, 2, 0, 2, 1, 2, 0, 2, 1, 2, 0, 3, 2, 3, 1, 2, 3, 0, 2, 1, 3, 2, 3, 1, 0, 4, 2, 4, 4, 3, 1, 2, 0, 4, 2, 3, 4, 1, 4, 3, 2, 4, 0, 1, 3, 4, 4, 2, 0, 4, 1, 3, 2, 4, 3, 4, 0, 1, 4, 3, 2, 5, 4, 2, 1, 3, 5, 4, 5, 3

OFFSET

1,8

COMMENTS

Every integer should be seen in this infinite sequence. New records appear to be in consecutive numerical order. Considering a(n)=0, empirically a power fit Y=k*x^c correlates well with the "xth" occurrence. For example, the 491st 0 value is at n=99808.

EXAMPLE

The first odd composite is 9 but it is a square and so is skipped. The next odd composite is 15. The greatest prime < sqrt(15) = 3. Since 15=3*5, 3 is the desired factor and a(1)=0. The same applies to 21, so a(2)=0. The next treated odd composite is 27, with the greatest prime < sqrt(27) = 5. Since 27=3*9, 3 is one prime preceding 5 and so a(3)=1.

KEYWORD

allocated

nonn

AUTHOR

Bill McEachen, Oct 15 2024

STATUS

approved

editing

Discussion
Wed Oct 23
02:08
OEIS Server: This sequence has not been edited or commented on for a week
yet is not proposed for review.  If it is ready for review, please
visit https://oeis.org/draft/A375205 and click the button that reads
"These changes are ready for review by an OEIS Editor."

Thanks.
  - The OEIS Server
21:06
Bill McEachen: I am offline thru mid-Nov
Thu Nov 21
12:09
OEIS Server: This sequence has not been edited or commented on for a week
yet is not proposed for review.  If it is ready for review, please
visit https://oeis.org/draft/A375205 and click the button that reads
"These changes are ready for review by an OEIS Editor."

Thanks.
  - The OEIS Server
#4 by Bill McEachen at Tue Oct 15 22:23:08 EDT 2024
NAME

allocated for Bill McEachen

KEYWORD

recycled

allocated

Integer pairs that generate only odd prime sums (as described in comment).
(history; published version)
#31 by Bill McEachen at Mon Oct 14 18:12:32 EDT 2024
STATUS

editing

proposed

Discussion
Wed Oct 16
21:32
N. J. A. Sloane: [Annoucement: The Sequence Fans Mailing List is now a Google Group: Sign into Google, go to https://groups.google.com/g/seqfan, click "Join this group" - Neil Sloane]