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!)
A186892 Nonprime numbers n such that the Stern polynomial B(n,x) is irreducible. 3
1, 25, 55, 65, 77, 91, 95, 115, 121, 125, 133, 143, 145, 161, 169, 175, 185, 203, 205, 209, 215, 235, 245, 247, 253, 265, 289, 295, 299, 301, 305, 319, 323, 329, 335, 343, 361, 377, 391, 395, 407, 415, 425, 427, 445, 451, 469, 473, 475, 485, 493, 505, 515, 517, 529, 533, 539, 545, 551, 559, 575, 581, 583, 623, 625 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
See A186891 for all numbers n such that the Stern polynomial B(n,x) is irreducible.
LINKS
Charles R Greathouse IV, Table of n, a(n) for n = 1..10000
PROG
(PARI) ps(n)=if(n<2, n, if(n%2, ps(n\2)+ps(n\2+1), 'x*ps(n\2)))
is(n)=!isprime(n) && polisirreducible(ps(n)) \\ Charles R Greathouse IV, Apr 07 2015
CROSSREFS
Sequence in context: A123825 A349416 A157269 * A206075 A276448 A176275
KEYWORD
nonn
AUTHOR
T. D. Noe, Feb 28 2011
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 16:40 EDT 2024. Contains 371916 sequences. (Running on oeis4.)