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!)
A278230 Least number with the prime signature of 2*prime(n) + 1. 5
2, 2, 2, 6, 2, 8, 6, 6, 2, 2, 12, 12, 2, 6, 6, 2, 6, 6, 24, 6, 12, 6, 2, 2, 30, 6, 12, 6, 6, 2, 30, 2, 12, 12, 6, 6, 60, 6, 6, 2, 2, 12, 2, 12, 6, 30, 12, 6, 30, 24, 2, 2, 30, 2, 6, 6, 12, 6, 30, 2, 48, 2, 30, 6, 30, 6, 30, 72, 6, 6, 6, 2, 60, 12, 30, 6, 6, 30, 6, 60, 2, 6, 2, 12, 6, 2, 6, 30, 6, 12, 30, 6, 60, 2, 24, 6, 2, 6, 6, 12, 30, 6, 12, 6, 12, 210, 12 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
a(n) = A046523(A072055(n)) = A046523(1 + 2*A000040(n)).
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 (A278230 n) (A046523 (+ 1 (* 2 (A000040 n)))))
CROSSREFS
Cf. A072192 (positions of 2's), A005384.
Cf. also A278227, A278228, A278229.
Sequence in context: A278165 A074928 A285713 * A344859 A230940 A110512
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 25 05:18 EDT 2024. Contains 371964 sequences. (Running on oeis4.)