login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 


Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A262243 First differences of A262224. 2
1, 2, 4, 8, 6, 22, 44, 88, 7, 8, 191, 8, 9, 99, 9, 7, 5, 9, 8, 6, 5, 7, 55, 9, 8, 626, 252, 5, 9, 151, 66, 7, 7, 9, 8, 66, 8, 8, 848, 696, 33, 5, 343, 3773, 7, 55, 8, 616, 232, 464, 9, 9, 9, 55, 9, 9, 9, 9, 9, 55, 11, 121, 242, 484, 99, 7, 7, 8, 9, 9, 101, 8
(list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
All terms are palindromic by definition of A262224.
LINKS
FORMULA
a(n) = A262224(n+1) - A262224(n) = A047813(A262224(n)).
PROG
(Haskell)
a262243 n = a262243_list !! n
a262243_list = zipWith (-) (tail a262224_list) a262224_list
CROSSREFS
Sequence in context: A124510 A131886 A265014 * A328964 A061284 A016017
KEYWORD
nonn,base
AUTHOR
Reinhard Zumkeller, Sep 15 2015
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | 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 September 18 21:47 EDT 2024. Contains 376002 sequences. (Running on oeis4.)