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!)
A017943 Powers of sqrt(13) rounded down. 1
1, 3, 13, 46, 169, 609, 2197, 7921, 28561, 102978, 371293, 1338715, 4826809, 17403307, 62748517, 226242995, 815730721, 2941158941, 10604499373, 38235066239, 137858491849, 497055861119, 1792160394037, 6461726194556 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = floor(sqrt(13^n)). - Vincenzo Librandi, Jun 24 2011
MATHEMATICA
Table[Floor[13^(n/2)], {n, 0, 30}] (* Stefan Steinerberger, Apr 15 2006 *)
PROG
(Magma) [Floor(Sqrt(13^n)): n in [0..30]]; // Vincenzo Librandi, Jun 24 2011
(PARI) a(n)=sqrtint(13^n) \\ Charles R Greathouse IV, Nov 18 2011
CROSSREFS
Sequence in context: A121136 A350175 A239592 * A220117 A089930 A228529
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 23 15:20 EDT 2024. Contains 371916 sequences. (Running on oeis4.)