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!)
A109259 a(n) = floor(n*sqrt(2)^sqrt(2)). 4
1, 3, 4, 6, 8, 9, 11, 13, 14, 16, 17, 19, 21, 22, 24, 26, 27, 29, 31, 32, 34, 35, 37, 39, 40, 42, 44, 45, 47, 48, 50, 52, 53, 55, 57, 58, 60, 62, 63, 65, 66, 68, 70, 71, 73, 75, 76, 78, 79, 81, 83, 84, 86, 88, 89, 91, 93, 94, 96, 97, 99, 101, 102, 104 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Beatty sequence for sqrt(2)^sqrt(2) = 1.63252...; complement of A109260.
LINKS
Eric Weisstein's World of Mathematics, Beatty Sequence
MATHEMATICA
With[{c=(Sqrt[2])^Sqrt[2]}, Floor[c*Range[100]]] (* Harvey P. Dale, Mar 19 2018 *)
PROG
(PARI) for(n=1, 100, print1(floor(n*sqrt(2)^sqrt(2)), ", ")) \\ G. C. Greubel, Mar 27 2018
(Magma) [Floor(n*Sqrt(2)^Sqrt(2)): n in [1..100]]; // G. C. Greubel, Mar 27 2018
CROSSREFS
Sequence in context: A026339 A182774 A206805 * A292663 A182772 A292652
KEYWORD
nonn
AUTHOR
Reinhard Zumkeller, Jun 23 2005
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 August 25 06:02 EDT 2024. Contains 375422 sequences. (Running on oeis4.)