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!)
A076603 a(1)=9, a(n_even)=(a(n-1)^2-1)/2; a(n_odd)=a(n-1)+1. 1
9, 40, 41, 840, 841, 353640, 353641, 62530978440, 62530978441, 1955061632394403395240, 1955061632394403395241, 1911132993230334657643987512400814230724040, 1911132993230334657643987512400814230724041 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
{9, 40, 41}, {41, 840, 841}, {841, 353640, 353641}... are sides {a<b<c} of the right triangles, with hypotenuse c=b+1.
LINKS
MATHEMATICA
nxt[{n_, a_}]:={n+1, If[EvenQ[n+1], (a^2-1)/2, a+1]}; Transpose[ NestList[ nxt, {1, 9}, 10]][[2]] (* Harvey P. Dale, Oct 15 2012 *)
CROSSREFS
Sequence in context: A173764 A331343 A002085 * A346336 A003354 A063164
KEYWORD
easy,nonn
AUTHOR
Zak Seidov, Oct 21 2002
EXTENSIONS
More terms from Harvey P. Dale, Oct 15 2012
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 July 15 03:33 EDT 2024. Contains 374324 sequences. (Running on oeis4.)