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!)
A174230 a(n) = product_{i=1..n-1} a(i), with a(1) = 3 and a(2) = 7. 0

%I #5 Nov 21 2013 12:50:00

%S 3,7,21,441,194481,37822859361,1430568690241985328321,

%T 2046526777500669368329342638102622164679041,

%U 4188271851027274266670020743752976432915773724299403513508038881183728210190544679681

%N a(n) = product_{i=1..n-1} a(i), with a(1) = 3 and a(2) = 7.

%C Except for first two terms a(n) = 21^2^n

%C Except for first three terms, a(n) = (a(n-1))^2 .

%t Join[{3,7},NestList[#^2&,21,7]] (* _Harvey P. Dale_, Jan 18 2012 *)

%Y Cf. A175138.

%K nonn

%O 1,1

%A _Giovanni Teofilatto_, Mar 15 2010

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 12:53 EDT 2024. Contains 371969 sequences. (Running on oeis4.)