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!)
A339903 Fully multiplicative with a(p) = A000265(q-1), where q = A151800(p), the next prime > p. 4
1, 1, 1, 1, 3, 1, 5, 1, 1, 3, 3, 1, 1, 5, 3, 1, 9, 1, 11, 3, 5, 3, 7, 1, 9, 1, 1, 5, 15, 3, 9, 1, 3, 9, 15, 1, 5, 11, 1, 3, 21, 5, 23, 3, 3, 7, 13, 1, 25, 9, 9, 1, 29, 1, 9, 5, 11, 15, 15, 3, 33, 9, 5, 1, 3, 3, 35, 9, 7, 15, 9, 1, 39, 5, 9, 11, 15, 1, 41, 3, 1, 21, 11, 5, 27, 23, 15, 3, 3, 3, 5, 7, 9, 13, 33, 1, 25, 25 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,5
LINKS
FORMULA
For all squarefree numbers k, a(k) = A339904(k).
PROG
(PARI)
A000265(n) = (n>>valuation(n, 2));
A339903(n) = if(1==n, n, my(f=factor(n)); for(i=1, #f~, f[i, 1] = nextprime(1+f[i, 1])-1); A000265(factorback(f)));
CROSSREFS
Sequence in context: A340074 A344592 A176801 * A187367 A307410 A305444
KEYWORD
nonn,mult
AUTHOR
Antti Karttunen, Dec 29 2020
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 April 16 00:00 EDT 2024. Contains 371696 sequences. (Running on oeis4.)