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!)
A014249 a(n) = b(n) - c(n) where b(n) = [n*sqrt(2)] + [n*sqrt(3)] and c(n) is the n-th number not in sequence b. 1
1, 2, 5, 5, 8, 10, 11, 12, 14, 17, 18, 19, 21, 23, 24, 26, 28, 30, 30, 33, 35, 37, 38, 39, 41, 43, 45, 46, 49, 49, 51, 53, 55, 56, 58, 60, 62, 63, 65, 66, 68, 70, 71, 74, 74, 77, 79, 80, 81, 83, 85, 87, 88, 90, 92, 93, 95, 97, 99, 99, 102, 104, 106, 106, 108, 110 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
MATHEMATICA
m:= 80; c:= Complement[Range[2*m], Floor[Range[2*m]*Sqrt[2]] + Floor[Range[2*m]*Sqrt[3]]]; Table[Floor[n*Sqrt[2]] + Floor[n*Sqrt[3]] - c[[n]], {n, m}] (* G. C. Greubel, Jun 19 2019 *)
CROSSREFS
Sequence in context: A168199 A251736 A076520 * A168071 A361861 A330447
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 24 20:08 EDT 2024. Contains 371963 sequences. (Running on oeis4.)