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

Showing all changes.
A096917 Smallest prime factor of n-th product of 3 distinct primes.
(history; published version)
#8 by Michael Somos at Sat Jan 17 17:44:25 EST 2015
STATUS

proposed

approved

#7 by Jon E. Schoenfield at Sat Jan 17 14:26:15 EST 2015
STATUS

editing

proposed

#6 by Jon E. Schoenfield at Sat Jan 17 14:26:13 EST 2015
NAME

Smallest prime- factor of n-th product of 3 distinct primes.

COMMENTS

a(n)*A096918(n)*A096919(n)=) = A007304(n); a(n) < A096918(n) < A096919(n);

MATHEMATICA

f[n_]:=Last/@FactorInteger[n]=={1, 1, 1}; f1[n_]:=Min[First/@FactorInteger[n]]; f2[n_]:=Max[First/@FactorInteger[n]]; lst={}; Do[If[f[n], AppendTo[lst, f1[n]]], {n, 0, 7!}]; lst [From _ (* _Vladimir Joseph Stephan Orlovsky_, Apr 10 2010] *)

STATUS

approved

editing

#5 by Russ Cox at Sat Mar 31 12:38:09 EDT 2012
MATHEMATICA

f[n_]:=Last/@FactorInteger[n]=={1, 1, 1}; f1[n_]:=Min[First/@FactorInteger[n]]; f2[n_]:=Max[First/@FactorInteger[n]]; lst={}; Do[If[f[n], AppendTo[lst, f1[n]]], {n, 0, 7!}]; lst [From _Vladimir Joseph Stephan Orlovsky (4vladimir(AT)gmail.com), _, Apr 10 2010]

Discussion
Sat Mar 31 12:38
OEIS Server: https://oeis.org/edit/global/876
#4 by Russ Cox at Fri Mar 30 18:50:44 EDT 2012
AUTHOR

_Reinhard Zumkeller (reinhard.zumkeller(AT)gmail.com), _, Jul 15 2004

Discussion
Fri Mar 30 18:50
OEIS Server: https://oeis.org/edit/global/246
#3 by N. J. A. Sloane at Tue Jun 01 03:00:00 EDT 2010
COMMENTS

a(n)*A096918(n)*A096919(n)=A007304(n); a(n)<) < A096918(n)<) < A096919(n);

MATHEMATICA

f[n_]:=Last/@FactorInteger[n]=={1, 1, 1}; f1[n_]:=Min[First/@FactorInteger[n]]; f2[n_]:=Max[First/@FactorInteger[n]]; lst={}; Do[If[f[n], AppendTo[lst, f1[n]]], {n, 0, 7!}]; lst [From Vladimir Orlovsky (4vladimir(AT)gmail.com), Apr 10 2010]

KEYWORD

nonn,new

nonn

#2 by N. J. A. Sloane at Fri Jan 09 03:00:00 EST 2009
KEYWORD

nonn,new

nonn

AUTHOR

Reinhard Zumkeller (reinhard.zumkeller(AT)lhsystemsgmail.com), Jul 15 2004

#1 by N. J. A. Sloane at Wed Sep 22 03:00:00 EDT 2004
NAME

Smallest prime-factor of n-th product of 3 distinct primes.

DATA

2, 2, 2, 2, 2, 2, 3, 2, 2, 2, 2, 2, 3, 2, 2, 2, 2, 2, 3, 2, 2, 3, 2, 2, 3, 2, 2, 3, 2, 3, 2, 2, 2, 2, 2, 3, 2, 3, 2, 2, 2, 5, 3, 2, 2, 2, 2, 2, 3, 2, 2, 3, 2, 2, 5, 3, 2, 2, 3, 2, 2, 2, 2, 2, 2, 3, 3, 2, 2, 2, 5, 2, 2, 2, 3, 2, 3, 2, 3, 2, 2, 3, 2, 3, 2, 2, 3, 5, 2, 2, 2, 3, 2, 5, 2, 3, 2, 2, 3, 2, 3, 2

OFFSET

1,1

COMMENTS

a(n)*A096918(n)*A096919(n)=A007304(n); a(n)<A096918(n)<A096919(n);

a(n) = A020639(A007304(n)).

KEYWORD

nonn

AUTHOR

Reinhard Zumkeller (reinhard.zumkeller(AT)lhsystems.com), Jul 15 2004

STATUS

approved

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 11:14 EDT 2024. Contains 375543 sequences. (Running on oeis4.)