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!)
A113396 Prime(n+1)^2-prime(n)^2 (mod prime(n+1)). 3
2, 1, 3, 6, 9, 1, 15, 7, 22, 27, 1, 25, 39, 31, 17, 23, 57, 31, 55, 69, 43, 67, 53, 33, 85, 99, 91, 105, 97, 58, 115, 101, 135, 49, 147, 121, 127, 151, 137, 143, 177, 91, 189, 181, 195, 67, 79, 211, 225, 217, 203, 237, 151 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
3^2-2^2=2(mod(3)); 5^2-3^2=1(mod(5); 7^2-5^2=3(mod(7)); 11^2-7^2=6(mod(11)); etc.
MATHEMATICA
Mod[#[[2]]^2-#[[1]]^2, #[[2]]]&/@Partition[Prime[Range[60]], 2, 1] (* Harvey P. Dale, Nov 10 2014 *)
CROSSREFS
Cf. A069482.
Sequence in context: A258047 A053225 A050043 * A294284 A295678 A057925
KEYWORD
nonn
AUTHOR
Marian Kraus, Oct 26 2005
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 August 24 21:46 EDT 2024. Contains 375417 sequences. (Running on oeis4.)