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!)
A246134 Binomial(2n, n) - 2 mod n^4. 6
0, 4, 18, 68, 250, 922, 1029, 580, 2691, 4754, 2662, 8474, 4394, 10294, 2518, 49732, 29478, 65074, 123462, 128818, 6535, 93174, 36501, 12058, 187750, 162582, 297936, 273782, 536558, 741422, 59582, 16964, 118477, 540434, 132305, 136130, 1114366, 1138598, 2214594, 2381618, 1860867, 2795686, 1828661, 1775622, 2683618, 1435710, 1557345, 3882778 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
For e > 3, unlike the cases e=1,2,3, the numbers binomial(2n, n) - 2 mod n^e are not necessarily 0 for any n>1, be it prime or composite (see A246130 for introductory comments). Testing up to n=278000, the only number n>1 for which a(n)=0 is the first Wolstenholme prime 16843 (A088164), but no composite.
LINKS
R. J. McIntosh, On the converse of Wolstenholme's theorem, Acta Arithmetica 71 (4): 381-389, (1995)
EXAMPLE
a(7) = (binomial(14,7)-2) mod 7^4 = (3432-2) mod 2401 = 1029.
PROG
(PARI) a(n) = (binomial(2*n, n)-2)%n^4
CROSSREFS
Cf. A000984, A088164, A246130 (e=1), A246132 (e=2), A246133 (e=3).
Sequence in context: A255611 A022728 A231950 * A115112 A171074 A005367
KEYWORD
nonn
AUTHOR
Stanislav Sykora, Aug 16 2014
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 19 19:02 EDT 2024. Contains 371798 sequences. (Running on oeis4.)