login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A129828 Primes p such that p divides both Apery numbers A005259((p-3)/2) and A005259((p+1)/2). 0
5, 19, 37, 283, 367, 3347, 132157 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

LINKS

Eric Weisstein, Link to a section of The World of Mathematics. Apery Number.

MATHEMATICA

a=5; b=73; Do[ c=a; a=b; b=( (34*n^3 + 51*n^2 + 27*n +5)*b - n^3*c )/(n+1)^3; If[ PrimeQ[2n-1] && IntegerQ[a/(2n-1)], Print[2n-1] ], {n, 2, 10000} ].

CROSSREFS

Cf. A005259 = Apery numbers: Sum_{k=0..n} (binomial(n, k)*binomial(n+k, k))^2.

Sequence in context: A031093 A146861 A068963 * A146600 A031379 A125202

Adjacent sequences:  A129825 A129826 A129827 * A129829 A129830 A129831

KEYWORD

hard,more,nonn

AUTHOR

Alexander Adamchuk (alex(AT)kolmogorov.com), May 20 2007

EXTENSIONS

a(7) = 132157 from Alexander Adamchuk (alex(AT)kolmogorov.com), May 02 2010

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 17 03:37 EST 2012. Contains 205978 sequences.