[go: up one dir, main page]

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!)
Revision History for A294894 (Underlined text is an addition; strikethrough text is a deletion.)

Showing all changes.
A294894 Number of divisors d of n such that either d=1 or Stern polynomial B(d,x) is reducible.
(history; published version)
#8 by Susanna Cuyler at Sat Nov 11 12:05:56 EST 2017
STATUS

proposed

approved

#7 by Antti Karttunen at Fri Nov 10 22:58:06 EST 2017
STATUS

editing

proposed

#6 by Antti Karttunen at Fri Nov 10 22:29:23 EST 2017
FORMULA

a(n) = Sum_{d|n} (0==1-A283991(d)).

a(n) = 1 + A294892(n) - A283991(n). ...).

CROSSREFS

Cf. also A294884, A294904.

#5 by Antti Karttunen at Fri Nov 10 15:46:39 EST 2017
EXAMPLE

For n=25, with divisors [1, 5, 25], both B(5,x) and B(25,x) are irreducible, so only 1 is counted and a(25)=1.

CROSSREFS

Differs from A033273 for the first time at n=25.

#4 by Antti Karttunen at Fri Nov 10 15:42:46 EST 2017
LINKS

Antti Karttunen, <a href="/A294894/b294894.txt">Table of n, a(n) for n = 1..22001</a>

#3 by Antti Karttunen at Fri Nov 10 15:34:20 EST 2017
CROSSREFS

Cf. A186891, A283991, A294891, A294892, A294893.

Cf. also A294884.

#2 by Antti Karttunen at Fri Nov 10 15:33:23 EST 2017
NAME

allocatedNumber of divisors d of n such that either d=1 or Stern forpolynomial AnttiB(d,x) is Karttunenreducible.

DATA

1, 1, 1, 2, 1, 2, 1, 3, 2, 2, 1, 4, 1, 2, 2, 4, 1, 4, 1, 4, 2, 2, 1, 6, 1, 2, 3, 4, 1, 5, 1, 5, 2, 2, 2, 7, 1, 2, 2, 6, 1, 5, 1, 4, 4, 2, 1, 8, 2, 3, 2, 4, 1, 6, 1, 6, 2, 2, 1, 9, 1, 2, 4, 6, 1, 5, 1, 4, 2, 5, 1, 10, 1, 2, 3, 4, 1, 5, 1, 8, 4, 2, 1, 9, 2, 2, 2, 6, 1, 9, 1, 4, 2, 2, 1, 10, 1, 4, 4, 6, 1, 5, 1, 6, 5

OFFSET

1,4

FORMULA

a(n) = Sum_{d|n} (0==A283991(d)).

a(n) + A294893(n) = A000005(n).

a(n) = 1 + A294892(n) - A283991(n). ...

PROG

(PARI)

ps(n) = if(n<2, n, if(n%2, ps(n\2)+ps(n\2+1), 'x*ps(n\2)));

A283991(n) = polisirreducible(ps(n));

A294894(n) = sumdiv(n, d, (0==A283991(d)));

CROSSREFS

Differs from A033273 for the first time at n=

KEYWORD

allocated

nonn

AUTHOR

Antti Karttunen, Nov 10 2017

STATUS

approved

editing

#1 by Antti Karttunen at Thu Nov 09 22:42:17 EST 2017
NAME

allocated for Antti Karttunen

KEYWORD

allocated

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 August 30 19:17 EDT 2024. Contains 375545 sequences. (Running on oeis4.)