login

Reminder: The OEIS is hiring a new managing editor, and the application deadline is January 26.

A091826
a(n) = (1/n)*(1+A000254(n)-n) as n runs through the primes.
0
1, 3, 54, 1866, 10958530, 1523289156, 71965034739952, 22713955095665178, 4197346376195350706086, 1207862068271027767810096022068, 1068238305254443248937595170683870, 1562962037194040089900589886917581740972972, 3510829028264238204864812583698673210331036097560
OFFSET
1,2
MAPLE
a:= n-> (p-> (1+abs(Stirling1(p+1, 2))-p)/p)(ithprime(n)):
seq(a(n), n=1..14); # Alois P. Heinz, Feb 27 2023
CROSSREFS
Sequence in context: A266523 A157550 A224368 * A091796 A171213 A006025
KEYWORD
nonn
AUTHOR
Benoit Cloitre, Mar 09 2004
STATUS
approved