login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A113258 Ascending descending base exponent transform of factorials. 8
1, 3, 11, 125, 16824569, 1329227995784915877642188398793079569 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

COMMENTS

A003101 is the ascending descending base exponent transform of natural numbers A000027. The ascending descending base exponent transform applied to the Fibonacci numbers is A113122; applied to the tribonacci numbers is A113153; applied to the Lucas numbers is A113154. The smallest primes in this (always odd) sequence are a(2) = 3 and a(3) = 11. What is the next prime? Is there a nontrivial power after a(4) = 5^3?

FORMULA

a(n) = SUM[from i = 1 to n] (i!)^((n-i+1)!). a(n) = SUM[from i = 1 to n] (n-i+1)!^i!. a(n) = SUM[from i = 1 to n] (A000142(i))^(A000142(n-i+1)).

EXAMPLE

a(1) = 1 because (1!)^(1!) = 1^1 = 1.

a(2) = 3 because (1!)^(2!) + (2!)^(1!) = 1 + 2 = 3.

a(3) = 11 = (1!)^(3!) + (2!)^(2!) + (3!)^(1!) = 1^6 + 2^2 + 6^1 = 11.

a(4) = 125 = (1!)^(4!) + (2!)^(3!) + (3!)^(2!) + (4!)^(1!).

a(6) = 1329227995784915877642188398793079569 = 1^720 + 2^120 + 6^24 + 24^6 + 120^2 + 720^1.

a(7) = 1!^7! + 2!^6! + 3!^5! + 4!^4! + 5!^3! + 6!^2! + 7!^1! has 217 digits.

CROSSREFS

Cf. A000142, A005408, A113122, A113153, A113154.

Sequence in context: A198085 A015047 A102847 * A113848 A201611 A088075

Adjacent sequences:  A113255 A113256 A113257 * A113259 A113260 A113261

KEYWORD

easy,nonn

AUTHOR

Jonathan Vos Post (jvospost3(AT)gmail.com), Jan 07 2006

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 14 18:09 EST 2012. Contains 205663 sequences.