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.

A078828 Product of all primes contained as binary substrings in binary representation of n.

Original entry on oeis.org

1, 1, 2, 3, 2, 10, 6, 63, 2, 2, 20, 330, 6, 390, 126, 1323, 2, 34, 4, 114, 20, 100, 660, 159390, 6, 6, 780, 12870, 126, 237510, 2646, 861273, 2, 2, 68, 102, 4, 740, 228, 2394, 20, 820, 200, 141900, 660, 42900, 318780, 157317930, 6, 102, 12, 342, 780, 206700
Offset: 0

Views

Author

Reinhard Zumkeller, Dec 08 2002

Keywords

Examples

			n=7: product of the A078827(7)=3 primes as binary substrings in binary representation of 7 -> '111': a(7) = '11'*'11'*'111' = 3*3*7 = 63.
		

Crossrefs