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!)
A303734 a(n) = ((2n+1)^(2n^2+2n)+(2n^2+2n)^(2n+1))/(2n^2+2n+1). 0
29, 18799189, 7663249255406115433, 3605093400349900568684962740253251161, 4991502287564231140564742546889815977689154940104978501999141, 43835167264777185998985243579910029928546583864541049798936281152692136028486139208681333389 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
If (a, b, c) is a primitive Pythagorean triple such that a^2+b^2 = c^2, where b is the even leg and b = c-1 then a^b + b^a is divisible by c. See Joardar link. To generate the n-th such Pythagorean triple we take a = 2n+1, b = 2n^2+2n and c = 2n^2+2n+1. This sequence is the quotient (a^b+b^a)/c, i.e., a(n) = ((2n+1)^(2n^2+2n)+(2n^2+2n)^(2n+1))/(2n^2+2n+1).
LINKS
B. Joardar, A Property of Primitive Pythagorean Triples, At Right Angles, August 2017, Azim Premji University, India.
EXAMPLE
a(2) = 18799189 because n = 2 generates the primitive Pythagorean triple (5, 12, 13) and (5^12+12^5)/13 = 18799189.
MATHEMATICA
a[n_] := ((2n+1)^(2n^2+2n)+(2n^2+2n)^(2n+1))/(2n^2+2n+1); Array[a, 6]
CROSSREFS
Cf. A001844.
Sequence in context: A185822 A321666 A139775 * A087528 A307622 A219015
KEYWORD
nonn
AUTHOR
Frank M Jackson, Apr 29 2018
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 25 08:27 EDT 2024. Contains 371964 sequences. (Running on oeis4.)