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!)
A356450 Positions of numbers m = A005940(n+1) such that m < n. 3
8, 16, 17, 32, 33, 34, 35, 64, 65, 66, 67, 68, 69, 71, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 139, 143, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 269, 271, 272, 273, 275, 279, 287, 288, 384, 512, 513, 514, 515, 516, 517, 518, 519, 520 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
This sequence contains 2^k for k >= 3. Powers of 2 expressed in binary consist of a 1 followed by k zeros. Therefore, A005940(2^k) = prime(k+1)^1. For k >= 3, 2^k > prime(k+1).
LINKS
Michael De Vlieger, Table of n, a(n) for n = 1..13175 (terms m < 2^21)
Michael De Vlieger, Fan style binary tree diagram of b(n) for n = 1..2^14-1, where b(n) = A005940(n), highlighting terms such that b(n+1) < n in red, b(n+1) = n in yellow, and b(n+1) > n in blue. Positions of the terms shown in red are in this sequence, while b(A029747(n)+1) = A029747(n) appears in yellow.
EXAMPLE
34 is in the sequence since A005940(34) = A005940("100010"_2) = prime(1+1)^1 * prime(4+1)^1 = 33, and 33 < 34.
MATHEMATICA
nn = 2^10; a[0] = 1; Reap[Do[k = Prime[1 + DigitCount[n, 2, 0]]*a[n - 2^Floor@ Log2@ n]; Set[a[n], k]; If[k < n, Sow[n]], {n, nn}]][[-1, -1]] (* Michael De Vlieger, Aug 07 2022 *)
CROSSREFS
Sequence in context: A004779 A247061 A180860 * A328189 A101766 A338930
KEYWORD
nonn
AUTHOR
Michael De Vlieger, Aug 07 2022
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 May 2 04:36 EDT 2024. Contains 372178 sequences. (Running on oeis4.)