login

Revision History for A136355

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

Showing all changes.
Numbers of the form P = product of the first k odd primes where P+2 is composite.
(history; published version)
#9 by Harvey P. Dale at Wed Jun 08 13:43:03 EDT 2022
STATUS

editing

approved

#8 by Harvey P. Dale at Wed Jun 08 13:43:00 EDT 2022
LINKS

Harvey P. Dale, <a href="/A136355/b136355.txt">Table of n, a(n) for n = 1..332</a>

STATUS

approved

editing

#7 by Harvey P. Dale at Wed Jun 08 13:41:30 EDT 2022
STATUS

editing

approved

#6 by Harvey P. Dale at Wed Jun 08 13:41:28 EDT 2022
MATHEMATICA

Select[FoldList[Times, Prime[Range[2, 21]]], CompositeQ[#+2]&] (* Harvey P. Dale, Jun 08 2022 *)

STATUS

approved

editing

#5 by Russ Cox at Sat Mar 31 10:32:41 EDT 2012
AUTHOR

_Enoch Haga (Enokh(AT)comcast.net), _, Dec 25 2007

Discussion
Sat Mar 31
10:32
OEIS Server: https://oeis.org/edit/global/789
#4 by Russ Cox at Fri Mar 30 17:37:44 EDT 2012
MATHEMATICA

Contribution from _Farideh Firoozbakht (mymontain(AT)yahoo.com), _, Aug 12 2009: (Start)

EXTENSIONS

Edited with more terms by _Farideh Firoozbakht (mymontain(AT)yahoo.com), _, Aug 12 2009

Discussion
Fri Mar 30
17:37
OEIS Server: https://oeis.org/edit/global/181
#3 by N. J. A. Sloane at Tue Jun 01 03:00:00 EDT 2010
NAME

Odd Numbers of the form P = product of the first k odd primes where P+2 is composite N with k consecutive prime factors not followed by prime N+2.

DATA

1155, 255255, 4849845, 111546435, 152125131763605, 6541380665835015, 16294579238595022365, 58644190679703485491635, 3929160775540133527939545, 278970415063349480483707695, 20364840299624512075310661735

COMMENTS

This sequence is different from A070826 and/or A118750

FORMULA

Compute the product of k consecutive sequences of prime factors 3,5,7,11, etc. where k=1,2,3,4,5, etc. When odd composite N is not followed by prime N+2 add N to the sequence.

MATHEMATICA

Contribution from Farideh Firoozbakht (mymontain(AT)yahoo.com), Aug 12 2009: (Start)

v=Select[Range[20], !PrimeQ[Product[Prime[k+1], {k, #}]+2]&]; Table[Product[Prime

[k+1], {k, v[[t]]}], {t, Length[v]}] (End)

KEYWORD

easy,more,nonn,uned,new

easy,nonn

EXTENSIONS

Edited with more terms by Farideh Firoozbakht (mymontain(AT)yahoo.com), Aug 12 2009

#2 by N. J. A. Sloane at Fri Feb 27 03:00:00 EST 2009
FORMULA

Compute the product of k consecutive sequences of prime factors 3,5,7,11, etc. where k=1,2,3,4,5, etc. Where When odd composite N is not followed by prime N+2 add N to the sequence.

KEYWORD

easy,more,nonn,uned,new

#1 by N. J. A. Sloane at Sun Jun 29 03:00:00 EDT 2008
NAME

Odd composite N with k consecutive prime factors not followed by prime N+2.

DATA

1155, 255255, 4849845, 111546435

OFFSET

1,1

COMMENTS

This sequence is different from A070826 and/or A118750

FORMULA

Compute the product of k consecutive sequences of prime factors 3,5,7,11,etc. where k=1,2,3,4,5,etc. Where odd composite N is not followed by prime N+2 add N to the sequence.

EXAMPLE

a(1)=1155 because 1157 is not prime.

KEYWORD

easy,more,nonn,uned

AUTHOR

Enoch Haga (Enokh(AT)comcast.net), Dec 25 2007

STATUS

approved