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!)
A254400 a(n) = floor(b(n)), where b(n) = b(n-1)^(3/2), b(1) = 2. 1
2, 2, 4, 10, 33, 193, 2684, 139116, 51888311, 373769884171, 228510656987187971, 109234465617278065859643766, 1141667222716533804555279991265973169394, 38575298818045633410275497202805726438253675072452563405216 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
a(n) = floor(2^((3/2)^(n-1))).
MATHEMATICA
Floor[RecurrenceTable[{a[1]==2, a[n]==a[n-1]^(3/2)}, a, {n, 1, 15}]]
Table[Floor[2^((3/2)^(n-1))], {n, 1, 15}]
CROSSREFS
Sequence in context: A002420 A284016 A112556 * A054100 A034165 A006181
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 23 08:33 EDT 2024. Contains 371905 sequences. (Running on oeis4.)