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!)
A235361 Floor((n + Pi)^2). 1
9, 17, 26, 37, 51, 66, 83, 102, 124, 147, 172, 199, 229, 260, 293, 329, 366, 405, 446, 490, 535, 582, 632, 683, 736, 791, 849, 908, 969, 1033, 1098, 1165, 1234, 1306, 1379, 1454, 1532, 1611, 1692, 1775, 1861, 1948, 2037, 2129, 2222, 2317, 2414, 2514, 2615 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
EXAMPLE
a(1) = floor((Pi + 1)^2) = floor(17.1527897...) = 17.
MATHEMATICA
Table[Floor[(n + Pi)^2], {n, 0, 49}] (* Alonso del Arte, Jan 07 2014 *)
PROG
(PARI) a(n) = floor((n+Pi)^2); \\ Michel Marcus, Jan 07 2014
CROSSREFS
Sequence in context: A260264 A126623 A342434 * A109333 A081030 A352789
KEYWORD
nonn,easy
AUTHOR
Alex Ratushnyak, Jan 07 2014
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 00:30 EDT 2024. Contains 371917 sequences. (Running on oeis4.)