Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A058182
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A058182 Quadratic recurrence a(n)=a(n-1)^2+a(n-2), a(0)=1,a(1)=0. +0
4
1, 0, 1, 1, 2, 5, 27, 734, 538783, 290287121823, 84266613096281243382112, 7100862082718357559748563880517486086728702367, 50422242317787290639189291009890702507917377925161079229314384058371278254659634544914784801 (list; graph; listen)
OFFSET

0,5

COMMENT

Has property that CONTINUANT([1, 1, 2, 5, 27, 734, 538783, ...]) = [1, 2, 5, 27, 734, 538783, ...]. - njas Jul 19 2002

LINKS

N. J. A. Sloane, Transforms

Index entries for sequences of form a(n+1)=a(n)^2 + ...

FORMULA

a(n)^2=a(n+1)-a(n-1), a(-1-n)=-a(n).

For n>1, a(n+1) = floor(c^(2^n)) where c=1.108604586393628626769904017539.... - Benoit Cloitre (benoit7848c(AT)orange.fr), Nov 30 2002

a(n+1) = a(n)^2+floor(sqrt(a(n))) = A000290(a(n))+A000196(a(n)) for n>2. - Reinhard Zumkeller (reinhard.zumkeller(AT)lhsystems.com), May 16 2006

EXAMPLE

a(6)=a(5)^2+a(4)=5^2+2=27

PROGRAM

(PARI) a(n)=if(n<0, -a(-1-n), if(n<2, 1-n, a(n-1)^2+a(n-2))) /* Michael Somos May 05 2005 */

CROSSREFS

Cf. A000278, A005605, A058181.

Sequence in context: A087130 A097565 A079716 this_sequence A057438 A002795 A127357

Adjacent sequences: A058179 A058180 A058181 this_sequence A058183 A058184 A058185

KEYWORD

nonn,nice,eigen

AUTHOR

Henry Bottomley (se16(AT)btinternet.com), Nov 15 2000

EXTENSIONS

More terms from Reinhard Zumkeller (reinhard.zumkeller(AT)lhsystems.com), May 16 2006

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified July 25 07:41 EDT 2008. Contains 142293 sequences.


AT&T Labs Research