login
A376415
a(n) = A122245(4+n) XOR 16*A122245(n).
3
14488, 57880, 258096, 1033752, 3702824, 14821424, 66158736, 264831016, 948570032, 3798139024, 16949183552, 67829237680, 243080889928, 972279514176, 4341071097344, 17360471721544, 62225889019592, 248568875068928, 1111070190653712, 4438793067349704, 15908408008868528, 63634253845942544, 284082756299099488, 1136310075423425200
OFFSET
1,1
COMMENTS
This seems to preserve more of the "wavy texture" present in A122245 than what A376412 does vis-a-vis A122242. Compare the corresponding illustrations.
PROG
(PARI) A376415(n) = bitxor(A122245(4+n), 16*A122245(n));
(Python) # See the Links section
CROSSREFS
KEYWORD
nonn,base
AUTHOR
Antti Karttunen, Sep 22 2024
STATUS
approved