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!)
A172253 Numbers k such that the squarefree kernel of 9^k*(9^k - 1) is 3*(9^k - 1)/4. 0
1, 3, 7, 9, 11, 13, 17, 19, 23, 27, 29, 31, 33, 37, 41, 43, 47, 49, 51, 53, 57, 59, 61, 67, 69, 71, 73, 77, 79, 81, 83, 87, 89, 91, 93, 97, 99 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
From Artur Jasinski: (Start)
The maximal value of the squarefree kernel of a*b*9^k for every number 9^k and every a,b such that a + b = 9^k and gcd(a,b,3)=1 is never less than 3*(9^k - 1)/4 and is exactly equal to 3*(9^k - 1)/4 for exponents k in this sequence.
Conjecture: This sequence is infinite. (End)
LINKS
PROG
(PARI) rad(n) = factorback(factor(n)[, 1]); \\ A007947
isok(k) = rad(9^k*(9^k - 1)) == 3*(9^k - 1)/4; \\ Michel Marcus, Dec 24 2022
CROSSREFS
Sequence in context: A069254 A105585 A080903 * A104381 A136333 A134454
KEYWORD
nonn,hard,more
AUTHOR
Artur Jasinski, Jan 29 2010
EXTENSIONS
Edited by Jon E. Schoenfield, Dec 23 2022
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 29 00:08 EDT 2024. Contains 372097 sequences. (Running on oeis4.)