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!)
A215247 A Beatty sequence: a(n) = floor((n-1/2)*(2 + 2*sqrt(2))). 2
2, 7, 12, 16, 21, 26, 31, 36, 41, 45, 50, 55, 60, 65, 70, 74, 79, 84, 89, 94, 98, 103, 108, 113, 118, 123, 127, 132, 137, 142, 147, 152, 156, 161, 166, 171, 176, 181, 185, 190, 195, 200, 205, 210, 214, 219, 224, 229, 234, 239, 243, 248, 253, 258, 263, 267, 272, 277, 282, 287, 292, 296, 301, 306 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
N. J. A. Sloane, Families of Essentially Identical Sequences, Mar 24 2021 (Includes this sequence)
MAPLE
seq(floor((n-1/2)*(2+2*sqrt(2))), n=1..70); # Muniru A Asiru, Oct 07 2018
MATHEMATICA
Table[Floor[(2*n - 1)*(1 + Sqrt[2])], {n, 1, 100}] (* G. C. Greubel, Oct 05 2018 *)
PROG
(Sage) [floor((n-1/2)*(2+2*sqrt(2))) for n in range(1, 65)]
(PARI) vector(100, n, floor((2*n - 1)*(1 + sqrt(2)))) \\ G. C. Greubel, Oct 05 2018
(Magma) [Floor((2*n - 1)*(1 + Sqrt(2))): n in [1..100]] // G. C. Greubel, Oct 05 2018
CROSSREFS
Bisection of A003151.
Sequence in context: A006143 A190453 A320900 * A160455 A045929 A277598
KEYWORD
nonn
AUTHOR
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 25 07:53 EDT 2024. Contains 371964 sequences. (Running on oeis4.)