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!)
A184579 a(n) = floor((n-1/3)*(2+sqrt(2))), complement of A184578. 2
2, 5, 9, 12, 15, 19, 22, 26, 29, 33, 36, 39, 43, 46, 50, 53, 56, 60, 63, 67, 70, 73, 77, 80, 84, 87, 91, 94, 97, 101, 104, 108, 111, 114, 118, 121, 125, 128, 132, 135, 138, 142, 145, 149, 152, 155, 159, 162, 166, 169, 172, 176, 179, 183, 186, 190, 193, 196, 200, 203, 207, 210, 213, 217, 220, 224, 227, 231, 234, 237, 241, 244, 248, 251, 254, 258, 261, 265, 268, 271, 275, 278, 282, 285, 289, 292, 295, 299, 302, 306, 309, 312, 316, 319, 323, 326, 330, 333, 336, 340, 343, 347, 350, 353, 357, 360, 364, 367, 371, 374, 377, 381, 384, 388, 391, 394, 398, 401, 405, 408 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
a(n) = floor((n-1/3)*(2+sqrt(2))).
MATHEMATICA
r=2^(1/2); c=-1/3; s=r/(r-1);
Table[Floor[n*r-c*r], {n, 1, 120}] (* A184578 *)
Table[Floor[n*s+c*s], {n, 1, 120}] (* A184579 *)
PROG
(PARI) vector(120, n, floor((n-1/3)*(2+sqrt(2)))) \\ G. C. Greubel, Aug 19 2018
(Magma) [Floor((n-1/3)*(2+Sqrt(2))): n in [1..120]]; // G. C. Greubel, Aug 19 2018
CROSSREFS
Cf. A184578.
Sequence in context: A356089 A108165 A063957 * A186274 A373328 A184926
KEYWORD
nonn
AUTHOR
Clark Kimberling, Jan 17 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 September 3 19:50 EDT 2024. Contains 375674 sequences. (Running on oeis4.)