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!)
A076602 a(1)=7, a(n_even)=(a(n-1)^2-1)/2; a(n_odd)=a(n-1)+1. 1
7, 24, 25, 312, 313, 48984, 48985, 1199765112, 1199765113, 719718163185951384, 719718163185951385, 258997117209879873736794713791709112, 258997117209879873736794713791709113, 33539753361514126736178628392779244498735703225085922505721228803623384 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
{7, 24, 25}, {25, 312, 313}, {313, 48984, 48985}... are sides {a<b<c} of the right triangles, with hypotenuse c=b+1.
LINKS
MATHEMATICA
nxt[{a_, b_}]:={a+1, If[OddQ[a], (b^2-1)/2, b+1]}; Transpose[NestList[nxt, {1, 7}, 15]][[2]] (* Harvey P. Dale, Dec 13 2011 *)
CROSSREFS
Sequence in context: A286406 A070410 A077035 * A287132 A287193 A076673
KEYWORD
easy,nonn
AUTHOR
Zak Seidov, Oct 21 2002
EXTENSIONS
More terms from Harvey P. Dale, Dec 13 2011
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 March 19 01:34 EDT 2024. Contains 370952 sequences. (Running on oeis4.)