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!)
A078865 Difference of consecutive primorial numbers divided by 4. 1
1, 6, 45, 525, 6930, 120120, 2297295, 53348295, 1561650090, 48522699225, 1805044411170, 74207381348100, 3194627767035705, 150451755314205345, 7993567173650388330, 472542797919255648585, 28841405252313189586050 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
EXAMPLE
n=3:(210-30)/4=45=a[3]
MATHEMATICA
q[x_] := Apply[Times, Table[Prime[j], {j, 1, x}]] Table[(q[w+1]-q[w])/4, {w, 1, 20}]
Differences[FoldList[Times, Prime[Range[20]]]]/4 (* Harvey P. Dale, Sep 09 2019 *)
CROSSREFS
Sequence in context: A346682 A109516 A245493 * A160492 A318017 A356487
KEYWORD
easy,nonn
AUTHOR
Labos Elemer, Dec 16 2002
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 23 22:36 EDT 2024. Contains 371917 sequences. (Running on oeis4.)