login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A061812 Floor(Pi*n) is a square. 1
0, 3, 8, 26, 32, 46, 54, 92, 115, 199, 268, 306, 326, 368, 390, 436, 796, 828, 861, 963, 1071, 1146, 1304, 1345, 1429, 1472, 1560, 2193, 2246, 2300, 2465, 2636, 2873, 2995, 3120, 3312, 3377, 3443, 3713, 3782, 3922, 3993, 4137, 4738, 4816, 5297, 6062, 6239 (list; graph; refs; listen; history; internal format)
OFFSET

0,2

LINKS

Harry J. Smith, Table of n, a(n) for n=0,...,1000

EXAMPLE

Floor(Pi*861)=2704 which is 52^2. Floor(Pi*1146)=3600=60^2.

MATHEMATICA

Select[Range[0, 7000], IntegerQ[Sqrt[Floor[Pi #]]]&] (* From Harvey P. Dale, May 14 2011 *)

PROG

(PARI) for(n=0, 1200, if(issquare(floor(Pi*n)), print(n)))

(PARI) { n=-1; for (a=0, 3714376, if (issquare(floor(Pi*a)), write("b061812.txt", n++, " ", a)) ) } [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), Jul 28 2009]

CROSSREFS

Sequence in context: A097713 A009392 A130648 * A009452 A206141 A148801

Adjacent sequences:  A061809 A061810 A061811 * A061813 A061814 A061815

KEYWORD

easy,nice,nonn

AUTHOR

Jason Earls (zevi_35711(AT)yahoo.com), Jul 01 2001

EXTENSIONS

More terms from Naohiro Nomoto (n_nomoto(AT)yabumi.com), Oct 04 2001

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 15 02:38 EST 2012. Contains 205689 sequences.