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!)
A292643 Rank of (5+r)*n when all the numbers (5-r)*j and (5+r)*k, where r = sqrt(2), j>=1, k>=1, are jointly ranked. 2
2, 5, 8, 11, 13, 16, 19, 22, 25, 27, 30, 33, 36, 39, 41, 44, 47, 50, 52, 55, 58, 61, 64, 66, 69, 72, 75, 78, 80, 83, 86, 89, 92, 94, 97, 100, 103, 105, 108, 111, 114, 117, 119, 122, 125, 128, 131, 133, 136, 139, 142, 145, 147, 150, 153, 156, 158, 161, 164 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
z = 120; r = 5 - Sqrt[2]; s = 5 + Sqrt[2];
Table[n + Floor[n*r/s], {n, 1, z}] (* A292642 *)
Table[n + Floor[n*s/r], {n, 1, z}] (* A292643 *)
PROG
(PARI) vector(100, n, n+floor(n*(5+sqrt(2))/(5-sqrt(2)))) \\ G. C. Greubel, Aug 20 2018
(Magma) [n+Floor(n*(5+Sqrt(2))/(5-Sqrt(2))): n in [1..100]]; // G. C. Greubel, Aug 20 2018
CROSSREFS
Cf. A292642 (complement).
Sequence in context: A206911 A093609 A249118 * A140101 A141207 A190057
KEYWORD
nonn,easy
AUTHOR
Clark Kimberling, Sep 26 2017
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 02:04 EDT 2024. Contains 371782 sequences. (Running on oeis4.)