cp's OEIS Frontend

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.

A343047 a(n) = A343046(n, n).

Original entry on oeis.org

0, 1, 6, 9, 12, 15, 210, 217, 246, 249, 252, 255, 420, 427, 456, 459, 492, 495, 630, 637, 666, 669, 702, 705, 840, 847, 876, 879, 912, 915, 30030, 30061, 30246, 30279, 30252, 30285, 32550, 32587, 32586, 32589, 32592, 32595, 32760, 32797, 32796, 32799, 32832
Offset: 0

Views

Author

Rémy Sigrist, Apr 05 2021

Keywords

Comments

This sequence has similarities with A087019 and A343043.

Examples

			For n = 2:
- the primorial base representation of 2 is "10", so:
         1 0
       x 1 0
       -----
         0 0
     + 1 0
     -------
       1 0 0
- hence a(2) = 2*3 = 6.
		

Crossrefs

Programs

  • PARI
    See Links section.

Formula

a(A002110(k)) = A002110(2*k) for any k >= 0.
a(A143293(k)) = A143293(2*k) for any k >= 0.