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.

A078423 Group the natural numbers into clumps with increasing prime numbers of elements, then multiply the members of each clump.

Original entry on oeis.org

2, 60, 30240, 98017920, 857180548224000, 109720581991308288000, 70265584374661732509573120000, 61765285634580106110458762035200000, 642817384174195049892129048242945261568000000
Offset: 1

Views

Author

Lior Manor, Dec 29 2002

Keywords

Examples

			Dividing 1,2,3,4,5,6,7,8,9,10,... into clumps of 2,3,5,.. elements: {1,2}, {3,4,5}, {6,7,8,9,10}, ... and then multiply each clumps to get 2,60,30240,...
		

Crossrefs

Formula

a(n) = A007504(n)!/A007504(n-1)!. - Andrew Howroyd, Oct 16 2023