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!)
A239673 Record values in A239656 (the first differences of sphenic numbers). 4
12, 24, 27, 28, 33, 35, 43, 44, 46, 48, 50 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
a(n) = A239656(A239674(n)).
LINKS
PROG
(Haskell)
a239673 n = a239673_list !! (n-1)
(a239673_list, a239674_list) = unzip $ (12, 1) : f 1 12 a239656_list where
f i v (q:qs) | q > v = (q, i) : f (i + 1) q qs
| otherwise = f (i + 1) v qs
-- Reinhard Zumkeller, Mar 23 2014
CROSSREFS
Sequence in context: A119588 A167994 A065303 * A208158 A361155 A108902
KEYWORD
nonn,more
AUTHOR
Reinhard Zumkeller, Mar 23 2014
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 19 16:08 EDT 2024. Contains 371794 sequences. (Running on oeis4.)