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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A067561 Radii n of circles with integer radius that can approximately be squared integrally: the floor or ceiling of Pi*n^2 is an integer square. 0
1, 22, 167, 334, 4821, 328663, 657326, 18796631, 37593262, 56389893, 75186524 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

COMMENTS

Ceiling[Pi*22^2] = 39^2, so 22 is a term of the sequence.

MATHEMATICA

Do[m = Pi*i^2; r = IntegerQ[Sqrt[Floor[m]]]; s = IntegerQ[Sqrt[Ceiling[m]]]; If[r || s, Print[i]], {i, 1, 10^6}]

CROSSREFS

Sequence in context: A185859 A173393 A141306 * A086604 A041932 A125359

Adjacent sequences:  A067558 A067559 A067560 * A067562 A067563 A067564

KEYWORD

nonn

AUTHOR

Joseph L. Pe (joseph_l_pe(AT)hotmail.com), Jan 29 2002

EXTENSIONS

More terms from Jason Earls (zevi_35711(AT)yahoo.com), May 19 2002

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 05:15 EST 2012. Contains 205694 sequences.