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!)
A178799 Difference between consecutive least integers of each prime signature. 2
1, 2, 2, 2, 4, 4, 8, 6, 2, 4, 12, 12, 4, 8, 24, 24, 8, 16, 36, 12, 18, 6, 24, 16, 32, 72, 24, 36, 12, 48, 32, 64, 144, 48, 72, 24, 36, 60, 64, 56, 72, 108, 36, 144, 96, 144, 48, 72, 120, 128, 112, 144, 6, 210, 72, 288, 192, 288, 96, 144, 240, 256, 224, 288, 12, 420, 144, 216 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
a(n) = A025487(n+1) - A025487(n).
PROG
(Haskell)
a178799 n = a178799_list !! (n-1)
a178799_list = zipWith (-) (tail a025487_list) a025487_list
-- Reinhard Zumkeller, Sep 17 2014
CROSSREFS
Sequence in context: A366598 A350457 A010238 * A360360 A089819 A059888
KEYWORD
easy,nonn
AUTHOR
Will Nicholes, Jun 15 2010
EXTENSIONS
Minor edits by Ray Chandler, Jul 31 2010
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 24 00:30 EDT 2024. Contains 371917 sequences. (Running on oeis4.)