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!)
A078590 a(1)=1, a(2)=1, a(n)=(2^a(n-1) + 1)/a(n-2). 0
1, 1, 3, 9, 171, 332572817028187686275682948600327513806149983112761 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
COMMENTS
Are all terms integers?
LINKS
MATHEMATICA
nxt[{a_, b_}]:={b, (2^b+1)/a}; NestList[nxt, {1, 1}, 5][[All, 1]]//Quiet (* Harvey P. Dale, Dec 08 2017 *)
CROSSREFS
Sequence in context: A348141 A217638 A101967 * A358704 A061963 A174603
KEYWORD
nonn
AUTHOR
Benoit Cloitre, Dec 06 2002
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 May 5 13:34 EDT 2024. Contains 372275 sequences. (Running on oeis4.)