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!)
A221741 a(n) = -4*(((n+1)^(n+1)-(n+1))/((n+1)-1)^2-1)/((-3+(-1)^n)*n). 5
1, 5, 9, 97, 373, 7625, 48913, 1513361, 13717421, 570623341, 6698798233, 350549891889, 5057809205989, 319164643134737, 5465701947765793, 403925909124187873, 8008631808527689309, 678470389458269406421, 15287592943577781017641 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Per exhaustive program, written for bases from 2 to 10, the number of permutations pairs, which have the same ratio, equal to A221740(n)/a(n) = (n^2 (n+1)^n-(n+1)^n+1) / (-n^2+n (n+1)^n+(n+1)^n-n-1), is: {2,2,3,3,5,3,7,5,7,...} for n>=1 where n=r-1 and r is the base radix. Judging by above sequence it appears that the number of such permutations pairs is related to phi, which is the Euler totient function - according to A039649, A039650, A214288 (see bullet 1 of the analysis in the answer section of the StackExchange link). Alexander R. Povolotsky, Jan 26 2013
LINKS
FORMULA
a(n) = -4*A023811(n+1)/((-3 + (-1)^n)*n).
MATHEMATICA
Table[-4*(((n + 1)^(n + 1) - (n + 1))/((n + 1) - 1)^2 - 1)/((-3 + (-1)^n)*n), {n, 1, 50}] (* G. C. Greubel, Feb 19 2017 *)
PROG
(Maxima) makelist(-4*(((n+1)^(n+1)-(n+1))/((n+1)-1)^2-1)/((-3+(-1)^n)*n), n, 1, 20); /* Martin Ettl, Jan 25 2013 */
(PARI) for(n=1, 25, print1(-4*(((n + 1)^(n + 1) - (n + 1))/((n + 1) - 1)^2 - 1)/((-3 + (-1)^n)*n), ", ")) \\ G. C. Greubel, Feb 19 2017
CROSSREFS
Sequence in context: A249937 A344081 A171812 * A344080 A098097 A279707
KEYWORD
nonn,easy
AUTHOR
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 24 13:08 EDT 2024. Contains 371945 sequences. (Running on oeis4.)