A043332 Duplicate of A023702.
80, 161, 188, 215, 224, 233, 236, 239, 240, 241, 323, 404, 431, 458, 467
Offset: 1
This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.
Nest[ Join[#, #, 2#] &, {1}, 5] (* Robert G. Wilson v, Jul 27 2014 *)
a(n) = 1 << hammingweight(digits(n,3)>>1); \\ Kevin Ryde, Nov 15 2020
from gmpy2 import digits def A117592(n): return 1<Chai Wah Wu, Dec 05 2024
x^2/2! - 124*x^6/6! + 262096*x^10/10! - 2681078464*x^14/14! ...
Tanh[ Sinh[ x ]*Sin[ x ] ]/2 (* [ x^(4n+2) ] *) With[{nn=34},Take[CoefficientList[Series[Tanh[Sinh[x]Sin[x]]/2,{x,0,nn}],x] Range[0,nn]!,{3,-1,4}]] (* Harvey P. Dale, May 28 2019 *)
seq(n)={my(A=O(x^(4*n+2))); Vec(substpol(serlaplace( tanh(sinh(x + A)*sin(x + A))/2 )/x^2, x^4, x))} \\ Andrew Howroyd, Jan 12 2025
Comments