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!)
A327308 Positions of 1's in {A327306(n) : n > 0}. 5
1, 3, 8, 10, 12, 17, 19, 21, 23, 28, 30, 32, 37, 39, 41, 48, 50, 52, 57, 59, 61, 66, 68, 70, 72, 77, 79, 81, 86, 88, 90, 92, 97, 99, 101, 106, 108, 110, 112, 117, 119, 121, 126, 128, 130, 137, 139, 141, 146, 148, 150, 157, 159, 161, 166, 168, 170, 175 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
The positive integers are partitioned by A327307, A327308, and A327309.
Although a(n)/n->3, the sequence a(n)-3n appears to be unbounded.
Positive integers k such that A327306(k) = 1. - Jianing Song, Sep 30 2019
LINKS
Clark Kimberling and Jianing Song, Table of n, a(n) for n = 1..10000
MATHEMATICA
r = Sqrt[6]; z = 300;
t = Table[Floor[3 n*r] - 3 Floor[n*r], {n, 1, z}] (* {A327306(n) : n > 0} *)
Flatten[Position[t, 0]] (* A327307 *)
Flatten[Position[t, 1]] (* A327308 *)
Flatten[Position[t, 2]] (* A327309 *)
CROSSREFS
Sequence in context: A177091 A347690 A246589 * A350667 A287371 A351872
KEYWORD
nonn,easy
AUTHOR
Clark Kimberling, Sep 07 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.)