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!)
A202304 a(n) = floor(sqrt(3*n)). 6
0, 1, 2, 3, 3, 3, 4, 4, 4, 5, 5, 5, 6, 6, 6, 6, 6, 7, 7, 7, 7, 7, 8, 8, 8, 8, 8, 9, 9, 9, 9, 9, 9, 9, 10, 10, 10, 10, 10, 10, 10, 11, 11, 11, 11, 11, 11, 11, 12, 12, 12, 12, 12, 12, 12, 12, 12, 13, 13, 13, 13, 13, 13, 13, 13, 13, 14, 14, 14 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n) = A000196(3n), a(n)^2 = A048760(3n). - Bruno Berselli, Jan 18 2012
MATHEMATICA
Table[Floor[Sqrt[3n]], {n, 0, 80}]
PROG
(Magma) [Isqrt(3*n) : n in [0..80]];
(PARI) a(n)=sqrtint(3*n) \\ Charles R Greathouse IV, Jan 17 2012
CROSSREFS
Sequence in context: A201206 A101776 A189721 * A047745 A196176 A121536
KEYWORD
nonn,easy
AUTHOR
Vincenzo Librandi, Jan 17 2012
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 12:14 EDT 2024. Contains 371792 sequences. (Running on oeis4.)