login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A278229 Least number with the prime signature of 2*prime(n) - 1. 4
2, 2, 4, 2, 6, 4, 6, 2, 12, 6, 2, 2, 16, 6, 6, 30, 12, 4, 6, 6, 6, 2, 30, 6, 2, 6, 6, 6, 6, 36, 6, 12, 30, 2, 24, 6, 2, 12, 12, 30, 30, 4, 6, 30, 6, 2, 2, 6, 6, 2, 30, 12, 6, 6, 24, 60, 6, 2, 6, 30, 6, 60, 2, 24, 16, 6, 2, 2, 60, 6, 30, 6, 2, 6, 2, 60, 30, 6, 12, 6, 24, 4, 30, 6, 2, 30, 30, 6, 6, 12, 6, 30, 6, 12, 2, 30, 12, 6, 30, 6, 2, 30, 72, 6, 6, 2, 30, 30 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
a(n) = A046523(A076274(n)) = A046523((2*A000040(n))-1).
MATHEMATICA
Table[Times @@ MapIndexed[(Prime@ First@ #2)^#1 &, #] &@ If[Length@ # == 1 && #[[1, 1]] == 1, {0}, Reverse@ Sort@ #[[All, -1]]] &@ FactorInteger[ 2 Prime@ n - 1], {n, 120}] (* Michael De Vlieger, Nov 21 2016 *)
PROG
(Scheme) (define (A278229 n) (A046523 (+ -1 (* 2 (A000040 n)))))
CROSSREFS
Cf. A137288 (positions of 2's), A005382.
Cf. also A278227, A278228, A278230.
Sequence in context: A129292 A126606 A285699 * A233027 A262550 A077651
KEYWORD
nonn
AUTHOR
Antti Karttunen, Nov 19 2016
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 24 08:13 EDT 2024. Contains 371922 sequences. (Running on oeis4.)