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

Showing entries 1-10 | older changes
A348950 a(n) = A348507(A276086(n)), where A348507(n) = A003959(n) - n, A003959 is multiplicative with a(p^e) = (p+1)^e, and A276086 gives the prime product form of primorial base expansion of n.
(history; published version)
#14 by N. J. A. Sloane at Sun Nov 14 01:26:56 EST 2021
STATUS

proposed

approved

#13 by Antti Karttunen at Sun Nov 07 12:32:26 EST 2021
STATUS

editing

proposed

#12 by Antti Karttunen at Sun Nov 07 12:32:18 EST 2021
NAME

a(n) = A348507(A276086(n)), where A348507(n) = A003959(n) - n, and A003959 is multiplicative with a(p^e) = (p+1)^e, and A276086 gives the prime product form of primorial base expansion of n.

STATUS

proposed

editing

#11 by Antti Karttunen at Sun Nov 07 12:31:20 EST 2021
STATUS

editing

proposed

#10 by Antti Karttunen at Sun Nov 07 10:58:32 EST 2021
PROG

(PARI) A348950(n) = { my(m1=1, m2=1, p=2); while(n, m1 *= (p^(n%p)); m2 *= ((1+p)^(n%p)); n = n\p; p = nextprime(1+p)); (m2-m1); };

#9 by Antti Karttunen at Sun Nov 07 09:52:13 EST 2021
FORMULA

a(n) = A348949(n) - A276086(n) = A348507(A276086(n)).

CROSSREFS

Cf. A003959, A276086, A348507, A348949, A348999.

#8 by Antti Karttunen at Sun Nov 07 07:54:39 EST 2021
CROSSREFS

Cf. A003959, A276086, A348507, A348999.

STATUS

proposed

editing

#7 by Antti Karttunen at Sun Nov 07 05:45:00 EST 2021
STATUS

editing

proposed

#6 by Antti Karttunen at Sun Nov 07 05:36:08 EST 2021
LINKS

Antti Karttunen, <a href="/A348950/b348950.txt">Table of n, a(n) for n = 0..11550</a>

STATUS

approved

editing

Discussion
Sun Nov 07 05:45
Antti Karttunen: Uploaded a b-file. "Gillette-looks"
#5 by Susanna Cuyler at Sat Nov 06 20:13:30 EDT 2021
STATUS

proposed

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