[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 A033477 (Underlined text is an addition; strikethrough text is a deletion.)

Showing entries 1-10 | older changes
A033477 Products p^3 or p^2*q, where {p,q} are consecutive primes.
(history; published version)
#11 by Susanna Cuyler at Fri Jun 26 23:45:02 EDT 2020
STATUS

proposed

approved

#10 by Wesley Ivan Hurt at Fri Jun 26 14:31:28 EDT 2020
STATUS

editing

proposed

#9 by Wesley Ivan Hurt at Fri Jun 26 14:31:19 EDT 2020
NAME

Products p^3 or p^2*q, where {p,q} are consecutive primes.

CROSSREFS

Cf. A030078, A251720.

STATUS

proposed

editing

#8 by Robert Israel at Fri Jun 26 14:23:14 EDT 2020
STATUS

editing

proposed

#7 by Robert Israel at Fri Jun 26 14:22:47 EDT 2020
FORMULA

From Robert Israel, Jun 26 2020: (Start)

a(3k) = A030078(k+1).

a(3k+1) = A251720(k+1).

a(3k+2) = a(3k+1)^2/a(3k). (End)

CROSSREFS

Cf. A030078, A251720

#6 by Robert Israel at Fri Jun 26 14:16:00 EDT 2020
LINKS

Robert Israel, <a href="/A033477/b033477.txt">Table of n, a(n) for n = 0..10000</a>

MAPLE

R:= NULL: p:= 2:

for n from 1 to 30 do

q:= nextprime(p);

R:= R, p^3, p^2*q, p*q^2;

p:= q;

od:

R; # Robert Israel, Jun 26 2020

STATUS

approved

editing

#5 by Harvey P. Dale at Sat Dec 28 12:59:01 EST 2013
STATUS

editing

approved

#4 by Harvey P. Dale at Sat Dec 28 12:58:53 EST 2013
DATA

8, 12, 18, 27, 45, 75, 125, 175, 245, 343, 539, 847, 1331, 1573, 1859, 2197, 2873, 3757, 4913, 5491, 6137, 68416859, 8303, 10051, 12167, 15341, 19343, 24389, 26071, 27869, 29791, 35557, 42439, 50653, 56129, 62197, 68921, 72283, 75809, 79507, 86903, 94987, 103823

MATHEMATICA

nn=50; With[{prs=Prime[Range[nn]]}, Take[Union[Flatten[{prs^3, {#[[1]]^2 #[[2]], #[[2]]^2 #[[1]]}&/@Partition[prs, 2, 1]}]], nn]] (* Harvey P. Dale, Dec 28 2013 *)

EXTENSIONS

Corrected and extended by Harvey P. Dale, Dec 28 2013

STATUS

approved

editing

#3 by N. J. A. Sloane at Sun May 19 12:19:48 EDT 2013
AUTHOR

Jeff Burch (jmburch(AT)osprey.smcm.edu)

Jeff Burch

Discussion
Sun May 19 12:19
OEIS Server: https://oeis.org/edit/global/1923
#2 by N. J. A. Sloane at Fri May 16 03:00:00 EDT 2003
KEYWORD

nonn,new

nonn

AUTHOR

Jeff Burch (jmburch@(AT)osprey.smcm.edu)

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 29 09:16 EDT 2024. Contains 375511 sequences. (Running on oeis4.)