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!)
A095214 a(n) = floor((Pi/sqrt(2))^n). 1
1, 2, 4, 10, 24, 54, 120, 266, 593, 1317, 2926, 6501, 14441, 32081, 71266, 158315, 351688, 781255, 1735512, 3855339, 8564410, 19025337, 42263673, 93886277, 208562871, 463310210, 1029216515, 2286344247, 5078979923, 11282656623 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
MATHEMATICA
Floor[(Pi/Sqrt[2])^Range[0, 30]] (* Harvey P. Dale, May 12 2014 *)
PROG
(PARI) vector(30, n, n--; floor((Pi/sqrt(2))^n)) \\ G. C. Greubel, Sep 27 2018
(Magma) R:= RealField(20); [Floor((Pi(R)/Sqrt(2))^n): n in [0..30]]; // G. C. Greubel, Sep 27 2018
CROSSREFS
Cf. A247719 (Pi/sqrt(2)).
Sequence in context: A089484 A132732 A275447 * A002525 A159328 A190587
KEYWORD
nonn,easy
AUTHOR
Jason Earls, Jun 22 2004
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 09:42 EDT 2024. Contains 371935 sequences. (Running on oeis4.)