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!)
A327299 Positions of 0's in {A327298(n) : n > 0}. 5
1, 2, 8, 9, 15, 16, 22, 23, 29, 30, 36, 37, 43, 44, 50, 51, 57, 58, 64, 65, 71, 72, 78, 79, 80, 85, 86, 87, 92, 93, 94, 99, 100, 101, 106, 107, 108, 114, 115, 121, 122, 128, 129, 135, 136, 142, 143, 149, 150, 156, 157, 163, 164, 170, 171 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
The positive integers are partitioned by A327299, A327300, and A327301.
Although a(n)/n->3, the sequence a(n)-3n appears to be unbounded.
Positive integers k such that A327298(k) = 0. - Jianing Song, Sep 30 2019
LINKS
Clark Kimberling and Jianing Song, Table of n, a(n) for n = 1..10000
MATHEMATICA
r = Pi; z = 300;
t = Table[Floor[3 n*r] - 3 Floor[n*r], {n, 1, z}] (* {A327298(n) : n > 0} *)
Flatten[Position[t, 0]] (* A327299 *)
Flatten[Position[t, 1]] (* A327300 *)
Flatten[Position[t, 2]] (* A327301 *)
CROSSREFS
Sequence in context: A281296 A073606 A305177 * A047353 A032928 A287564
KEYWORD
nonn,easy
AUTHOR
Clark Kimberling, Sep 06 2019
EXTENSIONS
Corrected by Jianing Song, Sep 30 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 23 18:16 EDT 2024. Contains 371916 sequences. (Running on oeis4.)