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!)
A327307 Positions of 0's in {A327306(n) : n > 0}. 5
5, 7, 9, 14, 16, 18, 25, 27, 29, 34, 36, 38, 43, 45, 47, 49, 54, 56, 58, 63, 65, 67, 69, 74, 76, 78, 83, 85, 87, 89, 94, 96, 98, 103, 105, 107, 114, 116, 118, 123, 125, 127, 132, 134, 136, 138, 143, 145, 147, 152, 154, 156, 158, 163, 165, 167, 172, 174 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
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) = 0. - 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: A218851 A211184 A350666 * A029606 A247283 A050595
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 16 04:17 EDT 2024. Contains 371696 sequences. (Running on oeis4.)