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!)
A254401 a(n) = floor(b(n)), where b(n) = b(n-1)^(3/2), b(1) = 3. 2
3, 5, 11, 40, 260, 4198, 272087, 141926645, 1690814280107, 2198588037458589676, 3259986420078467245024559414, 186133132558073401497122370072981441415771, 80303695148132102394972761166781400472084090796880334009212493 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
a(n) = floor(3^((3/2)^(n-1))).
MATHEMATICA
Floor[RecurrenceTable[{a[1]==3, a[n]==a[n-1]^(3/2)}, a, {n, 1, 15}]]
Table[Floor[3^((3/2)^(n-1))], {n, 1, 15}
Floor[NestList[#^(3/2)&, 3, 15]] (* Harvey P. Dale, Aug 11 2021 *)]
CROSSREFS
Cf. A254402.
Sequence in context: A254402 A060881 A035345 * A174915 A162250 A055511
KEYWORD
nonn,easy
AUTHOR
Vaclav Kotesovec, Jan 30 2015
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 April 25 12:33 EDT 2024. Contains 371969 sequences. (Running on oeis4.)