[go: up one dir, main page]

login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

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

Showing all changes.
Smallest prime factors of numbers that are not prime powers.
(history; published version)
#9 by OEIS Server at Thu Oct 10 08:17:30 EDT 2024
LINKS

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

#8 by Peter Luschny at Thu Oct 10 08:17:30 EDT 2024
STATUS

reviewed

approved

Discussion
Thu Oct 10
08:17
OEIS Server: Installed first b-file as b074592.txt.
#7 by Joerg Arndt at Thu Oct 10 07:57:51 EDT 2024
STATUS

proposed

reviewed

#6 by Amiram Eldar at Thu Oct 10 07:16:35 EDT 2024
STATUS

editing

proposed

#5 by Amiram Eldar at Thu Oct 10 07:12:55 EDT 2024
COMMENTS

a(n)>2 iff n+1 and n+2 are prime powers (A006549).

FORMULA

a(n) > 2 iff n+1 and n+2 are prime powers (A006549).

#4 by Amiram Eldar at Thu Oct 10 07:12:19 EDT 2024
LINKS

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

MATHEMATICA

s[n_] := Module[{f = FactorInteger[n]}, If[Length[f] > 1, f[[1, 1]], Nothing]]; Array[s, 200] (* Amiram Eldar, Oct 10 2024 *)

STATUS

approved

editing

#3 by Russ Cox at Fri Mar 30 18:50:25 EDT 2012
AUTHOR

_Reinhard Zumkeller (reinhard.zumkeller(AT)gmail.com), _, Aug 25 2002

Discussion
Fri Mar 30
18:50
OEIS Server: https://oeis.org/edit/global/246
#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), Aug 25 2002

#1 by N. J. A. Sloane at Fri May 16 03:00:00 EDT 2003
NAME

Smallest prime factors of numbers that are not prime powers.

DATA

2, 2, 2, 2, 3, 2, 2, 3, 2, 2, 2, 2, 2, 3, 2, 5, 2, 2, 3, 2, 2, 2, 3, 2, 2, 2, 3, 2, 2, 5, 2, 3, 2, 2, 2, 3, 5, 2, 2, 3, 2, 2, 2, 3, 2, 7, 2, 2, 2, 2, 5, 2, 3, 2, 2, 7, 2, 3, 2, 5, 2, 2, 3, 2, 2, 2, 3, 2, 2, 2, 3, 2, 2, 5, 2, 3, 2, 7, 2, 2, 3, 2, 2, 3, 2, 2, 7, 2, 3, 2, 2, 2, 3, 2, 11, 2, 5, 2, 3, 2, 2, 2, 3, 2

OFFSET

1,1

COMMENTS

a(n)>2 iff n+1 and n+2 are prime powers (A006549).

FORMULA

a(n) = A020639(A024619(n)).

CROSSREFS
KEYWORD

nonn

AUTHOR

Reinhard Zumkeller (reinhard.zumkeller(AT)lhsystems.com), Aug 25 2002

STATUS

approved