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!)
A173506 a(n) = (3^(3^n) - 1)/2. 1
1, 13, 9841, 3812798742493, 221713244121518884974124815309574946401 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
2*a(n+1) + 1 = ( 2*a(n) + 1 )^3.
MATHEMATICA
Table[(3^(3^m) -1)/2, {m, 0, 10}]
PROG
(Sage) [(3^(3^n) -1)/2 for n in (0..10)] # G. C. Greubel, Apr 25 2021
CROSSREFS
Sequence in context: A208169 A205162 A122429 * A173840 A260457 A219315
KEYWORD
nonn
AUTHOR
Roger L. Bagula, Feb 20 2010
EXTENSIONS
Introduced standard nomenclature in the definition, added recurrence - the Assoc. Editors of the OEIS, Feb 24 2010
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 March 29 06:57 EDT 2024. Contains 371265 sequences. (Running on oeis4.)