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!)
A017928 Powers of sqrt(8) rounded down. 3
1, 2, 8, 22, 64, 181, 512, 1448, 4096, 11585, 32768, 92681, 262144, 741455, 2097152, 5931641, 16777216, 47453132, 134217728, 379625062, 1073741824, 3037000499, 8589934592, 24296003999, 68719476736 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = A017910(3n). - R. J. Mathar, Apr 28 2008
MATHEMATICA
Floor[(Sqrt[8])^Range[0, 40]] (* Harvey P. Dale, Jun 20 2011 *)
PROG
(PARI) a(n)=sqrtint(8^n) \\ Charles R Greathouse IV, Nov 18 2011
(Magma) [Floor(Sqrt(8^n)): n in [0..40]]; // Vincenzo Librandi, Nov 20 2011
CROSSREFS
Cf. A017910.
Sequence in context: A074352 A301555 A261561 * A102880 A137104 A265951
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 May 14 14:46 EDT 2024. Contains 372533 sequences. (Running on oeis4.)