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!)
A327301 Positions of 2's in {A327298(n) : n > 0}. 5
5, 6, 7, 12, 13, 14, 19, 20, 21, 26, 27, 28, 33, 34, 35, 41, 42, 48, 49, 55, 56, 62, 63, 69, 70, 76, 77, 83, 84, 90, 91, 97, 98, 104, 105, 111, 112, 113, 118, 119, 120, 125, 126, 127, 132, 133, 134, 139, 140, 141, 146, 147, 148, 154, 155, 161, 162, 168, 169, 175 (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) = 2. - 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: A120521 A022566 A047320 * A247522 A011761 A106745
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 18 15:48 EDT 2024. Contains 371780 sequences. (Running on oeis4.)