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!)
A335662 Numbers k such that A335660(k) = 2. 1
9, 13, 14, 15, 19, 20, 21, 44, 45, 74, 75, 109, 110, 111, 200, 201, 284, 285, 620, 621, 830, 831, 1304, 1305, 1490, 1491, 1879, 1880, 1881, 2090, 2091, 2144, 2145, 2690, 2691, 2804, 2805, 3469, 3470, 3471, 5420, 5421, 5659, 5660, 5661, 9440, 9441, 11834, 11835 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
Altug Alkan, Andrew R. Booker, and Florian Luca, On a recursively defined sequence involving the prime counting function, arXiv:2006.08013 [math.NT], 2020.
MATHEMATICA
f[1] = 1; f[n_] := f[n] = PrimePi[n] - PrimePi[Sum[f[k], {k, 1, n - 1}]]; m = 12000 ; Position[Range[m] - Accumulate @ Array[f, m], 2] // Flatten (* Amiram Eldar, May 03 2021 *)
CROSSREFS
Sequence in context: A193995 A070607 A340490 * A191891 A135439 A176188
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Jun 17 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 August 25 06:02 EDT 2024. Contains 375422 sequences. (Running on oeis4.)