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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A067312 Largest leg in right triangle with relatively prime sides and hypotenuse 5^n. 1
4, 24, 117, 527, 3116, 11753, 76443, 354144, 1721764, 9653287, 34867797, 242017776, 1064447283, 5583548873, 29729597084, 116749235904, 761741108157, 3175197967656, 17982575014036, 91004468168113 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

COMMENTS

If (3+4i)^n = r+si, then a(n) is the maximum of |r| and |s|.

MATHEMATICA

a[n_] := Max[Abs[Re[(3+4I)^n]], Abs[Im[(3+4I)^n]]]

CROSSREFS

Cf. A036842.

Sequence in context: A129032 A099582 A037132 * A017976 A002011 A049315

Adjacent sequences:  A067309 A067310 A067311 * A067313 A067314 A067315

KEYWORD

nonn

AUTHOR

Dean Hickerson (dean.hickerson(AT)yahoo.com), Jan 14, 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 17 05:54 EST 2012. Contains 205985 sequences.