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!)
A327300 Positions of 1's in {A327298(n) : n > 0}. 5
3, 4, 10, 11, 17, 18, 24, 25, 31, 32, 38, 39, 40, 45, 46, 47, 52, 53, 54, 59, 60, 61, 66, 67, 68, 73, 74, 75, 81, 82, 88, 89, 95, 96, 102, 103, 109, 110, 116, 117, 123, 124, 130, 131, 137, 138, 144, 145, 151, 152, 153, 158, 159, 160, 165, 166, 167, 172, 173, 174 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
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) = 1. - 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: A191134 A196101 A200816 * A047341 A091910 A131179
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 24 02:46 EDT 2024. Contains 371917 sequences. (Running on oeis4.)