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!)
A351916 a(1) = a(2) = 1; for n >= 2, a(n+1) = (a(n)^7 + 1)/a(n-1). 0
1, 1, 2, 129, 297233651245505, 1588898389043626055434220300433167237829218942966252641093888571632886068535351219199489258571766594 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
COMMENTS
a(7) has 680 digits.
LINKS
MAPLE
a:=proc(n) option remember: if n <= 2 then 1: else (a(n-1)^7+1)/a(n-2): fi: end:
CROSSREFS
Sequence in context: A361890 A294274 A099824 * A300292 A259109 A190578
KEYWORD
nonn
AUTHOR
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 16:45 EDT 2024. Contains 371989 sequences. (Running on oeis4.)