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!)
A110385 a(1) = 3; a(n+1) = (a(n) + n)*(a(n) - n). 0
3, 8, 60, 3591, 12895265, 166287859420200, 27651652190552197880168039964, 764613868867270163545228802175958319343780390069501121247, 584634368464175013450777511329300527888604990906383317504017890900798292874089489710812952726292298514590194834945 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MAPLE
a[1]:=3: for n from 1 to 19 do a[n+1]:=(a[n]+n)*(a[n]-n) od: seq(a[n], n=1..9); # Emeric Deutsch, Jul 31 2005
CROSSREFS
Sequence in context: A132517 A027262 A062358 * A333898 A224230 A053740
KEYWORD
easy,nonn
AUTHOR
Amarnath Murthy, Jul 25 2005
EXTENSIONS
More terms from Emeric Deutsch, Jul 31 2005
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 September 18 08:29 EDT 2024. Contains 375997 sequences. (Running on oeis4.)