login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A062249 n + d(n), where d(n) = number of divisors of n, cf. A000005. 8
2, 4, 5, 7, 7, 10, 9, 12, 12, 14, 13, 18, 15, 18, 19, 21, 19, 24, 21, 26, 25, 26, 25, 32, 28, 30, 31, 34, 31, 38, 33, 38, 37, 38, 39, 45, 39, 42, 43, 48, 43, 50, 45, 50, 51, 50, 49, 58, 52, 56, 55, 58, 55, 62, 59, 64, 61, 62, 61, 72, 63, 66, 69, 71, 69, 74, 69, 74, 73, 78, 73 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

COMMENTS

Number of cyclic subgroups of dihedral group with 2n elements.

Alternate definition: n-th smallest number not a divisor of n - JIMMY (jhbubby(AT)mindspring.com), Apr 06 2008

LINKS

Harry J. Smith, Table of n, a(n) for n=1,...,1000

FORMULA

a(n) = n + A000005(n). [From Omar E. Pol (info(AT)polprimos.com), Dec 12 2008]

MAPLE

with(numtheory):seq(n+tau(n), n=1..71) ; - Zerinvary Lajos (zerinvarylajos(AT)yahoo.com), Jun 04 2008

PROG

(PARI) { for (n=1, 1000, write("b062249.txt", n, " ", n + numdiv(n)) ) } [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), Aug 03 2009]

CROSSREFS

Cf. A007503, A060710, A000005, A049820.

Sequence in context: A085888 A187325 A112233 * A081404 A081516 A141425

Adjacent sequences:  A062246 A062247 A062248 * A062250 A062251 A062252

KEYWORD

nonn

AUTHOR

Ahmed Fares (ahmedfares(AT)my-deja.com), Jul 01 2001

EXTENSIONS

Formula and more terms from Vladeta Jovovic (vladeta(AT)eunet.rs), Jul 03 2001

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 15 16:39 EST 2012. Contains 205823 sequences.