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!)
A281331 Smallest prime factor of |A001067(n)|, or 1 if |A001067(n)| = 1. 1
1, 1, 1, 1, 1, 691, 1, 3617, 43867, 283, 131, 103, 657931, 9349, 1721, 37, 151628697551, 26315271553053477373, 154210205991661, 137616929, 1520097643918070802691, 59, 383799511, 653, 417202699, 577, 39409, 113161, 67, 2003, 157, 1226592271, 839, 37, 688531, 3112655297839 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,6
LINKS
FORMULA
a(n) = A020639(|A001067(n)|).
If n = A112548(m)/2, a(n) = |A001067(n)|.
a(18*m-2) = 37 for m > 0.
EXAMPLE
|A001067(10)| = 174611 = 283*617. So a(10) = 283.
|A001067(16)| = 7709321041217 = 37*683*305065927. So a(16) = 37.
MATHEMATICA
a[n_] := FactorInteger[Abs[Numerator[BernoulliB[2*n] / (2*n)]]][[1, 1]]; Table[a[n], {n, 1, 36}] (* Indranil Ghosh, Mar 12 2017 *)
PROG
(PARI) a(n) = my(num = abs(numerator(bernfrac(2*n)/(2*n)))); if (num==1, 1, factor(num)[1, 1]); \\ Michel Marcus, Jan 21 2017
CROSSREFS
Sequence in context: A358625 A249699 A141588 * A281332 A046968 A255505
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Jan 20 2017
EXTENSIONS
More terms from Michel Marcus, Jan 21 2017
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.)