The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A175269 a(n) = floor(2^sqrt(n)) - floor(n^sqrt(2)). 1
1, 1, 0, -1, -3, -5, -7, -9, -11, -14, -17, -20, -22, -25, -28, -32, -34, -37, -41, -44, -47, -51, -54, -57, -60, -62, -66, -69, -72, -75, -78, -81, -84, -87, -90, -92, -94, -98, -100, -102, -104, -106, -108, -110, -111, -113, -114, -116, -117, -117, -118 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,5
LINKS
MATHEMATICA
Table[Floor[2^Sqrt[n]] - Floor[n^Sqrt[2]], {n, 0, 100}]
PROG
(PARI) vector(100, n, n--; floor(2^sqrt(n)) - floor(n^sqrt(2))) \\ G. C. Greubel, Oct 02 2018
(Magma) [Floor(2^Sqrt(n)) - Floor(n^Sqrt(2)): n in [0..100]]; // G. C. Greubel, Oct 02 2018
CROSSREFS
Sequence in context: A134917 A066665 A278451 * A318919 A279539 A174059
KEYWORD
sign
AUTHOR
Zak Seidov, Mar 18 2010
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 May 20 08:05 EDT 2024. Contains 372703 sequences. (Running on oeis4.)