login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A342931
a(n) = A000217(A342930(n))/n^n.
1
1, 7, 13, 511, 1562, 3013, 411771, 33554431, 193710244, 159687996, 142655835305, 2545864168851, 151437553296126, 4672524492952950, 190419981278726, 36893488147419103231, 413620130943168382088, 6624115793937660813847, 989209827830156794561989, 5961027129129868073483022, 579547002657587965773234693
OFFSET
1,2
PROG
(PARI) a(n) = my(k=1, m=n^n); while(k*(k+1)/2%m!=0, k++); k*(k+1)/(2*m);
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
Seiichi Manyama, Mar 29 2021
EXTENSIONS
More terms from David A. Corneth, Mar 29 2021
STATUS
approved