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!)
A324378 a(n) = A000265(1+A005187(n)). 2
1, 1, 1, 5, 1, 9, 11, 3, 1, 17, 19, 5, 23, 3, 13, 27, 1, 33, 35, 9, 39, 5, 21, 43, 47, 3, 25, 51, 27, 55, 57, 29, 1, 65, 67, 17, 71, 9, 37, 75, 79, 5, 41, 83, 43, 87, 89, 45, 95, 3, 49, 99, 51, 103, 105, 53, 55, 111, 113, 57, 117, 59, 15, 121, 1, 129, 131, 33, 135, 17, 69, 139, 143, 9, 73, 147, 75, 151, 153, 77, 159, 5, 81 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
LINKS
FORMULA
a(n) = A000265(1+A005187(n)).
A002487(a(n)) = A324288(n).
a(2^n) = 1 for all n >= 0.
PROG
(PARI)
A000265(n) = (n/2^valuation(n, 2));
A005187(n) = { my(s=n); while(n>>=1, s+=n); s; };
A324378(n) = A000265(1+A005187(n));
CROSSREFS
Sequence in context: A147354 A134233 A100542 * A147404 A254068 A146070
KEYWORD
nonn
AUTHOR
Antti Karttunen, Feb 28 2019
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 25 05:56 EDT 2024. Contains 371964 sequences. (Running on oeis4.)