Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
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 A216152

(Underlined text is an addition; strikethrough text is a deletion.)

Showing entries 1-10 | older changes
A216152 A205957(n) where n is a nonprime number.
(history; published version)
#11 by Peter Luschny at Mon Jul 08 06:55:05 EDT 2019
STATUS

proposed

approved

#10 by Jean-François Alcover at Mon Jul 08 06:25:53 EDT 2019
STATUS

editing

proposed

#9 by Jean-François Alcover at Mon Jul 08 06:25:48 EDT 2019
MATHEMATICA

A205957[n_] := Exp[-Sum[MoebiusMu[p] Log[k/p], {k, 1, n}, {p, FactorInteger[k][[All, 1]]}]];

Table[A205957[n], {n, 0, 30}] // DeleteDuplicates (* Jean-François Alcover, Jul 08 2019 *)

STATUS

approved

editing

#8 by T. D. Noe at Thu Sep 06 20:14:39 EDT 2012
STATUS

proposed

approved

#7 by Peter Luschny at Mon Sep 03 09:26:23 EDT 2012
STATUS

editing

proposed

#6 by Peter Luschny at Mon Sep 03 09:26:19 EDT 2012
FORMULA

a(n) = A205957(A0182521A018252(n)).

STATUS

proposed

editing

#5 by Peter Luschny at Mon Sep 03 09:24:08 EDT 2012
STATUS

editing

proposed

#4 by Peter Luschny at Mon Sep 03 09:17:45 EDT 2012
COMMENTS

The distinct values of A205957. Partial products of A216153.

Partial products of A216153.

LINKS

Peter Luschny, <a href="http://oeis.org/wiki/User:Peter_Luschny/VonMangoldtTransformation">The von Mangoldt Transformation.</a>

#3 by Peter Luschny at Sun Sep 02 15:12:23 EDT 2012
NAME

allocatedA205957(n) where n is fora Peternonprime Luschnynumber.

DATA

1, 2, 12, 48, 144, 1440, 34560, 483840, 7257600, 58060800, 3135283200, 125411328000, 2633637888000, 57940033536000, 5562243219456000, 27811216097280000, 723091618529280000, 6507824566763520000, 364438175738757120000, 327994358164881408000000

OFFSET

1,2

COMMENTS

The distinct values of A205957.

Partial products of A216153.

a(1),...,a(10) are highly totient numbers (A097942) and products of distinct factorials (A058295). The author conjectures that this is true in general.

LINKS

Peter Luschny, <a href="http://oeis.org/wiki/User:Peter_Luschny/VonMangoldtTransformation">The von Mangoldt Transformation.</a>

FORMULA

a(n) = A205957(A0182521(n)).

PROG

(Sage)

# sorted(list(set([A205957(n) for n in (0..31)])))

def A216152_list(n) :

C = filter(lambda k: not is_prime(k), (1..n))

return [A205957(c) for c in C]

A216152_list(31)

CROSSREFS

Cf. A051451.

KEYWORD

allocated

nonn

AUTHOR

Peter Luschny, Sep 02 2012

STATUS

approved

editing

Discussion
Mon Sep 03 03:42
Joerg Arndt: I approved one (or two?) sequences that were still in the edit-queue, please reopen if necessary!
#2 by Peter Luschny at Sun Sep 02 11:51:11 EDT 2012
KEYWORD

allocating

allocated

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 18 20:50 EDT 2024. Contains 375284 sequences. (Running on oeis4.)