Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A088542
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A088542 Prime numbers n such that A022559(n) is a multiple of A000720(n). +0
1
2, 3, 7, 71, 179, 547, 983, 1283, 1289, 2909, 3709, 20269, 40829 (list; graph; listen)
OFFSET

2,1

COMMENT

Also primes n such that the number of prime factors (with repetition) of n! is a multiple of the number of different prime factors of n! (Prime numbers in A088533).

EXAMPLE

A022559(7) = 8 is a multiple of A000720(7) = 4.

MATHEMATICA

a = {2}; b = {1}; For[n = 3, n < 1000, n++, If[PrimeQ[n], AppendTo[b, 1], c = FactorInteger[n]; For[j = 1, j < Length[c] + 1, j++, b[[PrimePi[c[[j, 1]]]]] = b[[PrimePi[c[[j, 1]]]]] + c[[j, 2]]]]; If[Mod[Plus @@ b, Length[b]] == 0, If[PrimeQ[n], AppendTo[a, n]]]]; a

PROGRAM

(PARI) for(x=2, 10000, x1=x!; y=bigomega(x1)/omega(x1); if(y==floor(y), if(isprime(x), print1((x)", "))))

CROSSREFS

Cf. A000720, A022559, A088533.

Sequence in context: A057736 A130309 A090870 this_sequence A075840 A096225 A035094

Adjacent sequences: A088539 A088540 A088541 this_sequence A088543 A088544 A088545

KEYWORD

hard,nonn

AUTHOR

Cino Hilliard (hillcino368(AT)gmail.com), Nov 16 2003

EXTENSIONS

Edited and extended by Stefan Steinerberger (stefan.steinerberger(AT)gmail.com), Dec 11 2007

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified December 5 23:38 EST 2009. Contains 170428 sequences.


AT&T Labs Research