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!)
A017929 Powers of sqrt(8) rounded to nearest integer. 1
1, 3, 8, 23, 64, 181, 512, 1448, 4096, 11585, 32768, 92682, 262144, 741455, 2097152, 5931642, 16777216, 47453133, 134217728, 379625062, 1073741824, 3037000500, 8589934592, 24296004000, 68719476736 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = A017911(3n). - R. J. Mathar, Apr 28 2008
MATHEMATICA
Floor[(Sqrt[8]^Range[0, 40]+1/2)] (* Vincenzo Librandi, Nov 19 2011 *)
PROG
(PARI) a(n)=round(sqrt(8)^n) \\ Charles R Greathouse IV, Nov 18 2011
(Magma) [Round(Sqrt(8)^n): n in [0..40]]; // Vincenzo Librandi, Nov 19 2011
CROSSREFS
Sequence in context: A147484 A316980 A331321 * A017930 A305561 A014398
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 June 8 17:52 EDT 2024. Contains 373227 sequences. (Running on oeis4.)