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!)
A221945 a(n) = floor(sqrt(2*5^n)). 1
1, 3, 7, 15, 35, 79, 176, 395, 883, 1976, 4419, 9882, 22097, 49410, 110485, 247052, 552427, 1235264, 2762135, 6176323, 13810679, 30881617, 69053396, 154408088, 345266983, 772040444, 1726334915, 3860202221, 8631674575, 19301011109, 43158372875, 96505055547, 215791864375, 482525277735 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
Floor of norm of (1 + i) * (1 + 2i)^n. - Jon Perry, Dec 06 2013
LINKS
MATHEMATICA
Table[Floor[Sqrt[2*5^n]], {n, 0, 40}] (* Harvey P. Dale, Feb 10 2016 *)
PROG
(PARI) a(n)=sqrtint(2*5^n) \\ Charles R Greathouse IV, Apr 18 2013
(Magma) [Floor(Sqrt(2*5^n)): n in [0..40]]; // G. C. Greubel, Oct 06 2018
CROSSREFS
Sequence in context: A325924 A217092 A153588 * A077946 A077970 A338852
KEYWORD
nonn
AUTHOR
N. J. A. Sloane, Feb 01 2013
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 04:02 EDT 2024. Contains 371918 sequences. (Running on oeis4.)