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!)
A069115 Squarefree part of prime(n)+1 : the smallest number such that a(n)*(prime(n)+1) is a square. 2
3, 1, 6, 2, 3, 14, 2, 5, 6, 30, 2, 38, 42, 11, 3, 6, 15, 62, 17, 2, 74, 5, 21, 10, 2, 102, 26, 3, 110, 114, 2, 33, 138, 35, 6, 38, 158, 41, 42, 174, 5, 182, 3, 194, 22, 2, 53, 14, 57, 230, 26, 15, 2, 7, 258, 66, 30, 17, 278, 282, 71, 6, 77, 78, 314, 318, 83, 2, 87, 14, 354, 10 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
a(n) = A007913(A008864(n)). - Amiram Eldar, Sep 03 2020
MATHEMATICA
core[n_] := Times @@ (First[#]^Mod[Last[#], 2]& /@ FactorInteger[n]); core /@ (Select[Range[350], PrimeQ] + 1) (* Amiram Eldar, Sep 03 2020 *)
PROG
(PARI) for(n=1, 100, print1(core(prime(n)+1)), ", "))
CROSSREFS
Sequence in context: A184168 A122913 A289444 * A065275 A071045 A274317
KEYWORD
easy,nonn
AUTHOR
Benoit Cloitre, Apr 06 2002
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 18 22:18 EDT 2024. Contains 371782 sequences. (Running on oeis4.)