A218455 First of a run of 6 consecutive numbers with same prime signature.
380480345, 2713001274, 6282718946, 7209536449, 9809067073, 10684724346, 12008728850, 14824913049, 17231547073, 17552118546, 17659180314, 18036555273, 20473171322, 21507097001, 23676804346, 24742649321, 25401767522, 25694056449, 27656894273, 28259097818
Offset: 1
Keywords
Links
- Donovan Johnson, Table of n, a(n) for n = 1..1000
Programs
-
PARI
is_A218455(n)={my(s(n)=vecsort(factor(n)[,2]),t=s(n));!for(m=n+1,n+5, t!=s(m) & return)}
Extensions
a(2)-a(20) from Donovan Johnson, Oct 29 2012
Comments