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!)
A184107 n-1+ceiling((n/6)^2); complement of A184106. 1
1, 2, 3, 4, 5, 6, 8, 9, 11, 12, 14, 15, 17, 19, 21, 23, 25, 26, 29, 31, 33, 35, 37, 39, 42, 44, 47, 49, 52, 54, 57, 60, 63, 66, 69, 71, 75, 78, 81, 84, 87, 90, 94, 97, 101, 104, 108, 111, 115, 119, 123, 127, 131, 134, 139, 143, 147, 151, 155, 159, 164, 168, 173, 177, 182, 186, 191, 196, 201, 206 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
Index entries for linear recurrences with constant coefficients, signature (2,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,-2,1).
MATHEMATICA
a=36; b=0;
Table[n+Floor[(a*n+b)^(1/2)], {n, 100}]
Table[n-1+Ceiling[(n^2-b)/a], {n, 70}]
CROSSREFS
Cf. A184106.
Sequence in context: A031177 A164119 A308017 * A326583 A033102 A295796
KEYWORD
nonn,easy
AUTHOR
Clark Kimberling, Jan 09 2011
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 19 21:09 EDT 2024. Contains 371798 sequences. (Running on oeis4.)