Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                

Revision History for A140761

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

Showing entries 1-10 | older changes
Primes p(j) = A000040(j), j>=1, such that p(1)*p(2)*...*p(j) is an integral multiple of p(1)+p(2)+...+p(j).
(history; published version)
#12 by Susanna Cuyler at Mon Nov 02 20:38:54 EST 2020
STATUS

proposed

approved

#11 by Amiram Eldar at Mon Nov 02 17:52:00 EST 2020
STATUS

editing

proposed

#10 by Amiram Eldar at Mon Nov 02 16:23:04 EST 2020
EXAMPLE

a(2) = 5 because it is the last consecutive prime in the run 2*3*5 = 30 and 2+3+5 = 10; since 30/10 = 3, it is the first integral quotient.

#9 by Amiram Eldar at Mon Nov 02 16:22:14 EST 2020
#8 by Amiram Eldar at Mon Nov 02 16:20:51 EST 2020
LINKS

Amiram Eldar, <a href="/A140761/b140761.txt">Table of n, a(n) for n = 1..10000</a>

#7 by Amiram Eldar at Mon Nov 02 16:20:08 EST 2020
NAME

Primes p(j) = A000040(j), j>=1, such that p(1)*p(2)*...*p(j) is an integral multiple of p(1)+p(2)+...+p(j).

DATA

2, 5, 19, 41, 83, 163, 167, 179, 191, 223, 229, 241, 263, 269, 271, 317, 337, 349, 367, 389, 433, 463, 491, 521, 701, 719, 757, 809, 823, 829, 859, 877, 883, 919, 941, 971, 991, 997, 1021, 1033, 1049, 1091, 1153, 1181, 1193, 1223, 1291, 1301, 1319, 1327, 1361

FORMULA

a(n) = A000040(A051838(n)). - R. J. Mathar, Jun 09 2008

EXAMPLE

a(12) = 5 because it is the last consecutive prime in the run 2*3*5=30 and 2+3+5=10; since 30/10=3, it is the first integral quotient.

MATHEMATICA

seq = {}; sum = 0; prod = 1; p = 1; Do[p = NextPrime[p]; prod *= p; sum += p; If[Divisible[prod, sum], AppendTo[seq, p]], {200}]; seq (* Amiram Eldar, Nov 02 2020 *)

EXTENSIONS

a(1) added by Amiram Eldar, Nov 02 2020

STATUS

approved

editing

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

_Enoch Haga (Enokh(AT)comcast.net), _, May 28 2008

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

a(n)=A000040(A051838(n)). - _R. J. Mathar (mathar(AT)strw.leidenuniv.nl), _, Jun 09 2008

EXTENSIONS

Edited by _R. J. Mathar (mathar(AT)strw.leidenuniv.nl), _, Jun 09 2008

Discussion
Fri Mar 30
17:39
OEIS Server: https://oeis.org/edit/global/190
#4 by N. J. A. Sloane at Sun Oct 02 13:52:54 EDT 2011
STATUS

editing

approved

#3 by N. J. A. Sloane at Sun Oct 02 13:52:51 EDT 2011
CROSSREFS
STATUS

approved

editing