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!)
A038570 Second derivative of n. 4
0, 0, 0, 0, 1, 0, 0, 0, 2, 3, 0, 1, 1, 0, 0, 0, 4, 5, 6, 7, 1, 0, 3, 2, 2, 3, 0, 1, 1, 0, 0, 0, 8, 9, 10, 11, 13, 12, 15, 14, 2, 3, 0, 1, 7, 6, 5, 4, 4, 5, 6, 7, 1, 0, 3, 2, 2, 3, 0, 1, 1, 0, 0, 0, 16, 17, 18, 19, 21, 20, 23, 22, 26, 27, 24, 25, 31, 30, 29, 28, 4, 5, 6, 7, 1, 0, 3, 2, 14, 15, 12 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,9
COMMENTS
a(n) = A038554(A038554(n)). - Reinhard Zumkeller, Mar 06 2013
LINKS
MATHEMATICA
dtn[ L_ ] := Fold[ 2#1+#2&, 0, L ]; f[ n_ ] := dtn[ Map[ Abs[ #[ [ 1 ] ]-#[ [ 2 ] ] ]&, Partition[ IntegerDigits[ n, 2 ], 2, 1 ] ] ]; Table[ f[ f[ n ] ], {n, 0, 120} ]
PROG
(Haskell)
a038570 = a038554 . fromIntegral . a038554
-- Reinhard Zumkeller, Mar 06 2013
CROSSREFS
Cf. A038554.
Sequence in context: A229615 A359177 A135814 * A306559 A103498 A030386
KEYWORD
nonn,easy,nice,look
AUTHOR
EXTENSIONS
More terms from Erich Friedman
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 06:45 EDT 2024. Contains 371906 sequences. (Running on oeis4.)