Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A072191
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A072191 a(n)=a(n-1)^2+2. +0
2
0, 2, 6, 38, 1446, 2090918, 4371938082726, 19113842599189892819591078, 365338978906606237729724396156395693696687137202086, 13347256950852167750313997251733500902288946241884436933047946381915465731929760\ 9174034202576402751398 (list; graph; listen)
OFFSET

0,2

LINKS

Eric Weisstein's World of Mathematics, Weakly Binary Tree

EXAMPLE

0^2+2=2, 2^2+2=6, 6^2+2=38 ...

MATHEMATICA

Table[ a[n], {n, 0, 10}]

PROGRAM

(PARI) a(n)=if(n<1, 0, 2+a(n-1)^2) /* Michael Somos Mar 25 2006 */

CROSSREFS

Cf. A003095.

Sequence in context: A006536 A057297 A005530 this_sequence A118324 A060421 A054970

Adjacent sequences: A072188 A072189 A072190 this_sequence A072192 A072193 A072194

KEYWORD

easy,nonn

AUTHOR

Miklos Kristof (kristmikl(AT)freemail.hu), Jul 02 2002

EXTENSIONS

Edited by Robert G. Wilson v (rgwv(AT)rgwv.com), Jul 03 2002

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 December 6 22:55 EST 2009. Contains 170429 sequences.


AT&T Labs Research