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!)
A083550 Product of 2 consecutive prime differences of two successive terms of A001223. 2
2, 4, 8, 8, 8, 8, 8, 24, 12, 12, 24, 8, 8, 24, 36, 12, 12, 24, 8, 12, 24, 24, 48, 32, 8, 8, 8, 8, 56, 56, 24, 12, 20, 20, 12, 36, 24, 24, 36, 12, 20, 20, 8, 8, 24, 144, 48, 8, 8, 24, 12, 20, 60, 36, 36, 12, 12, 24, 8, 20, 140, 56, 8, 8, 56, 84, 60, 20, 8, 24, 48, 48, 36, 24, 24, 48 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
a(n) = A001223(n)*A001223(n+1) = (prime(n+1)-prime(n))*(prime(n+2)-prime(n+1)).
MATHEMATICA
f[x_] := Prime[x+1]-Prime[x]
Table[f[w+1]*f[w], {w, 1, 128}]
CROSSREFS
Sequence in context: A198428 A365251 A357159 * A160161 A129279 A008496
KEYWORD
nonn
AUTHOR
Labos Elemer, May 22 2003
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 3 08:32 EDT 2024. Contains 372207 sequences. (Running on oeis4.)