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!)
A227198 Odd terms in A227197. 3
9, 15, 25, 33, 39, 49, 57, 63, 81, 87, 95, 105, 111, 119, 121, 129, 135, 145, 153, 159, 169, 177, 183, 201, 207, 215, 225, 231, 249, 255, 265, 273, 279, 289, 297, 303, 321, 327, 335, 345, 351, 361, 369, 375, 385, 393, 399, 417, 423, 441, 447, 455, 465, 471, 489 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Gives all terms n for which A090368((n+1)/2) = A112046((n-1)/2).
Contains all odd squares. What else?
LINKS
PROG
(PARI) A227196(n) = for(k=1, n, if(kronecker(k, n)<1, return(k)))
for(n=2, 1000, if((0==kronecker(A227196(n), n)&&1==(n%2)), print1(n, ", ")))
CROSSREFS
Sequence in context: A020154 A079290 A176404 * A279102 A319529 A249730
KEYWORD
nonn
AUTHOR
Antti Karttunen, Jul 06 2013
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 23 09:22 EDT 2024. Contains 371905 sequences. (Running on oeis4.)