The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A236572 Value of y for solution of 5^n = x^2 + y^2 with closest x and y (n >= 0, 0 <= x < y). 1
1, 2, 4, 10, 20, 41, 100, 205, 500, 1025, 2500, 5125, 11753, 25625, 58765, 128125, 293825, 640625, 1469125, 3203125, 7345625, 16015625, 34867797, 80078125, 174338985, 400390625, 871694925, 2001953125, 4358474625, 10009765625, 21792373125, 50048828125 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
Corresponding values of x: 0,1,3,5,15,38,75,190,375,950,1875,4750,10296 (A236571).
LINKS
MATHEMATICA
m = 30; Join[{1, 2}, Table[Reduce[{5^n== x^2+y^2, 0 ≤ x ≤ y}, {x, y}, Integers][[-1, 1, 2]], {n, 2, m}]]
CROSSREFS
Sequence in context: A239346 A004647 A265096 * A283213 A283251 A318975
KEYWORD
nonn
AUTHOR
Zak Seidov, Jan 29 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 May 28 12:54 EDT 2024. Contains 372913 sequences. (Running on oeis4.)