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!)
A364302 a(n) = [x^n] 1/(1 + x) * Legendre_P(n, (1 - x)/(1 + x))^(-n-1) for n >= 0. 4
1, 3, 163, 23623, 6751251, 3219777011, 2313306332191, 2337707082109071, 3163417897474821763, 5524913023443862515019, 12101947272421487464092429, 32493996621780038121738419591, 104964758754905547830609842389527, 401618040258524641485654323795309235 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
First subdiagonal of A364298.
LINKS
FORMULA
Conjectures:
1) the supercongruences a(p) == 2*p + 1 (mod p^3) hold for all primes p >= 5 (checked up to p = 101).
2) the supercongruences a(p - 1) == 1 (mod p^4) hold for all primes p >= 3 (checked up to p = 101).
3) more generally, the supercongruences a(p^k - 1) == 1 (mod p^(3+k)) may hold for all primes p >= 3 and all k >= 1.
MAPLE
a(n) := coeff(series( 1/(1 + x) * LegendreP(n, (1 - x)/(1 + x))^(-n-1), x, 21), x, n):
seq(a(n), n = 0..20);
CROSSREFS
Sequence in context: A157586 A341224 A042439 * A212845 A212806 A368600
KEYWORD
nonn,easy
AUTHOR
Peter Bala, Jul 18 2023
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 May 2 12:49 EDT 2024. Contains 372196 sequences. (Running on oeis4.)